- Install the dependencies
- Python3
- Redis
- NodeJS
python3 -m pip install -r requirements.txt
-
Create the file
config.ini
in the repository source using theconfig_example.ini
- Insert a discord token
- Complete the fields
-
Execute the file
main.py
with python3 (version <=3.8
) to start the bot
To download the submodules
git submodule init
git submodule update
Launch containers
You need some environment variables:
TW_UTILS_PORT
STORAGE_PATH
REDIS_PASSWORD
TW_UTILS_PORT=3000 STORAGE_PATH=./storage REDIS_PASSWORD=super_pass docker-compose up