bbf
v0.0.7
Published
This package allows the user to create accounts for the video game Dofus.
Readme
AccountCreator
This package allows the user to create accounts for the video game Dofus.
Installation
You must have node & npm installed on your machine. Install the package using the following command:
npm install -g bbfor
yarn global add bbfif you use yarn.
Usage
Run the following command to init your BBF configuration file:
bbfor
bbf initIf you already have a configuration file, you're all set! Create accounts using the following command:
bbf create --username=<DESIRED_USERNAME> --password=<DESIRED_PASSWORD> --date=<dD/mM/YYYY> --email=<[email protected]>The email is optional if you have setup a "domain" in your configuration file. If no email is specified and a domain is present in your config.json, the email will automatically be created according to: DESIRED_USERNAME@DOMAIN.
