Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 717 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 717 Bytes

hikari-gitbot

A bot for managing GitHub issues and PRs on Discord.

Usage

Set the TOKEN environment variable to a valid Discord token, then run the bot:

docker compose up -d

Development

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

License

This project is licensed under the GPL-v3 License - see the LICENSE file for details.