High performance osu! score server which isn't based on Ripple stack.
- Score submission
- Supports any osu! version and all game modes (standard, taiko, catch, mania)
- Replay s3
or localstorage - Poetry
- Based on Celery with RabbitMQ queues
# install poetry (osx / linux / bash-on-windows)
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
# powershell
$ (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python
# setup all dependencies
$ poetry install
$ cp config.example.yaml config.yaml
$ vim config.yaml
# starting worker
$ poetry run worker