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 -d
Download uv, then run the following command to sync all dependencies:
uv sync --dev
A new venv will be created in the project root, and all dependencies will be installed.
To activate the venv, run:
source .venv/bin/activate
In addition, to check if the code is formatted correctly and passes all the type checks, run:
uv run nox
This project is licensed under the GPL-v3 License - see the LICENSE file for details.