- Clan Experience Points and upload into CV.
- Download requirements with:
python -m venv venv
source ./venv/Scripts/activate
- Run the bot with
python3 discord_bot.py
You can also run the bot with docker, in my case a Raspberry Pi (see Dockerfile).
Recommended Settings:
- Setting the timezone i. e. Europe/Berlin
- Mounting the bot to a folder inside the user's context
- Limiting the restarts (3 in my case)