Discord bot for CHUNITHM International version.
I have a hosted instance that you can invite here, though uptime is sometimes flaky.
- Player data
- Recent scores (including detailed judgements)
- Best scores
- b30 and recent 10
- by song
- Comparing scores
- Song information
- sdvx.in integration
- Search tracks by internal level
- Calculate play rating
- Slash command support
- Minigames (song quiz)
- Install Rye
- Copy
bot.example.ini
tobot.ini
and fill in values based on the comments. - Run
rye sync
to install dependencies. - Run
python dbutils.py create
to create the database. You may need to activate the virtualenv first if you had a previous Python installation not managed by rye. - Run
python dbutils.py update chunirec
to populate the song database. For this to work,credentials.chunirec_token
must be set inbot.ini
. A pre-populated database is also provided here, for your convenience. python bot.py
Thanks to these projects for making this bot possible and less miserable to make:
- Chunirec DB from chunirec
- arcade-songs from Raku Zeta
- CHUNITHM song alias list from lomotos10
- Tukkun for breaking my bot in unthinkable ways (aside from being a contributor), as well as taking the time to add all the song aliases.
Thanks to all the contributors who took part.