Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        




Kiyomi


Kiyomi 🦊




MIT license



Invite Kiyomi



Python 3.9

# 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"