A bot for managing GitHub issues and PRs on Discord.
Set the TOKEN environment variable to a valid Discord token, then run the bot:
docker compose up -dDownload uv, then run the following command to sync all dependencies:
uv sync --devA new venv will be created in the project root, and all dependencies will be installed.
To activate the venv, run:
source .venv/bin/activateIn addition, to check if the code is formatted correctly and passes all the type checks, run:
uv run noxThis project is licensed under the GPL-v3 License - see the LICENSE file for details.