Discord bot that has various functionality related to Beat Saber 💜 Watching your Beat Saber activity very closely 👀 Measures your Score Saber PP everyday 📏
# Install requirements
python3 -m pip install -r requirements.txt
rename example.config.json to config.json and fill in your configuration details.
# Run database migrations
alembic upgrade head
# Start bot
python3 Kiyomi.py
# Run pylint
pylint Kiyomi.py src
pip install black
python -m black ./Kiyomi.py ./src
alembic revision --autogenerate -m "Change message"