A fork of wlbot with more features and easier customizability.
npm install
In the repo's folder there should be two config files "config.cfg
" and "config-auth.cfg
".
The config.cfg
file contains basic settings like the currency, server and api urls, etc..
The config-auth.cfg
file contains private info like the username and password for logging in.
Structure of
config-auth.cfg
:{ "bot": { "username": "...", "password": "..." } }
To run the bot, you have to have node.js installed and run this command using your terminal
node .