Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

skateboard/divvy-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Divvy Gen

Generate Virtual Cards using Divvy

Reason

My reason for open sourcing this, I made this gen as free lance dev work but since AYCD added it there is no point in keeping it private. Enjoy :)

Basic Config

{
  "identifications": {
    "owner_id": "USER_ID",
    "company_id": "COMPANY_ID"
  },
  "account": {
    "email": "EMAIL",
    "password": "PASSWORD"
  },
  "card_settings": {
    "name": "NAME_OF_CARDS"
  },
  "settings": {
    "time_out": 5
  }
}

Recommendations

I recommend 5-10 second delay to avoid account getting locked for generating to many cards

Usage

To use go to Latest Release and download. once downloaded make sure you have a config in the same folder called config.json with the config format as seen above. Simply run this

java -jar divvy-gen.jar

and follow the steps it asks for

About

Generate mass virtual cards using Divvy

Resources

Stars

Watchers

Forks

Languages