Flexy-Bot
Short setup
- Copy
Flexy/src/example.config.pytoFlexy/src/config.pyand fill values. - Install dependencies:
pip install -r Flexy/requirements.txt- Run the bot:
python3 src/bot.pyNotes:
- Keep tokens and passwords out of git. Use environment variables in production.
- If you use a database, update
POSTGRESQL/TORTOISEsettings in the config.