A service which runs a Discord bot for playing IIDX song quizzes. Connects to the Hard Brain API to fetch song data and audio files.
This service depends on Python 3.11 and Poetry 1.7.1, and Docker is strongly recommended.
For running within Docker, please refer to the hard-brain-deploy repo, which will run all services required by Hard Brain.
This service is designed to be run alongside the Hard Brain API. If those services are running, do the following:
DISCORD_TOKEN
as your Discord bot API tokenpoetry install
python hard_brain_bot/__main__.py
Issues and PRs are welcome, and any general feedback for Hard Brain as a whole can be submitted here.