Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiyomi-parents/kiyomi
A Discord bot centered around the Beat Saber community
https://github.com/kiyomi-parents/kiyomi
beatsaber beatsaver discord-bot python python3 scoresaber
Last synced: about 1 month ago
JSON representation
A Discord bot centered around the Beat Saber community
- Host: GitHub
- URL: https://github.com/kiyomi-parents/kiyomi
- Owner: Kiyomi-Parents
- License: mit
- Created: 2021-04-21T02:31:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T13:50:58.000Z (about 1 year ago)
- Last Synced: 2023-11-25T14:38:04.590Z (about 1 year ago)
- Topics: beatsaber, beatsaver, discord-bot, python, python3, scoresaber
- Language: Python
- Homepage:
- Size: 5.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kiyomi 🦊
# Overview
Discord bot that has various functionality related to Beat Saber 💜
Watching your Beat Saber activity very closely 👀
Measures your Score Saber PP everyday 📏### Install dependencies
# Install requirements
python3 -m pip install -r requirements.txt### Starting Kiyomi
rename example.config.json to config.json and fill in your configuration details.# Run database migrations
alembic upgrade head
# Start bot
python3 Kiyomi.py### Lint
# Run pylint
pylint Kiyomi.py src### Code formatter
pip install black
python -m black ./Kiyomi.py ./src### Generate alembic migration
alembic revision --autogenerate -m "Change message"