Bot Setup Instructions
Download zip file (on Linux, use the wget command) onto the machine you will run the bot on, unzip the zip file, and keep all files in the same folder. e.g.,
Modify your .env file (see .env page) with nano or whatever text editor you use:
Modify your baseConfig.json with nano
Give it permission to execute and then run the executable provided:
Use CTRL + C to stop the bot.
We can run in background with screen command.
This creates a new terminal session:
You may need to install screen
with this command: apt install screen
After you have created your screen session, you can execute the bot
Leave the session with CTRL + D and then tap the letter A.
Log back in to the session with screen -r session1
Last updated