Skip to content

hikari-gitops/hikari-gitbot

Repository files navigation

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.

About

A bot for managing GitHub issues and PRs on Discord.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published