This project uses poetry for dependency management.
- Run
poetry installto install all dependencies - Run
pre-commit installlocally to setup pre-commit hook
Environment variables:
DISCORD__BOT_TOKEN- Authentication token for Discord bot.FABMAN_WEBHOOK_SECRET- Secretkeypassed in URL query to authenticate webhook calls.
- Python version is set in
pyproject.tomlandruntime.txt. These version must match.