- Install all pip packages:
pip install -r .\requirements.txt
- Add bot tokens to configuration folder:
- For bot with all features add token to
configuration/bot_token.txt
- For dev bot with limited features enabled add token to
configuration/dev_bot_token.txt
- For bot with all features add token to
- Run bot in dev mode:
python src/bot.py dev
- Run bot in prod mode:
python src/bot.py