Before running, make sure you have already set up a discord bot, and provide the API key in a file named super_secret_key.txt
If Docker is setup and the daemon is running, simply change the
docker-compose.yml.example
file to contain you bot API token and rename
the file to docker-compose.yml
. Then, just run:
$ docker-compose up
- Python 3.4.2+
- discord.py
- PyNaCl
- ffmpeg
$ pip install discord
$ pip install pynacl
Good luck!
Make sure the path environment variable points to the executable folder!
$ python back_bot.py
The file will be located from the base directory.