Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 895 Bytes

File metadata and controls

30 lines (22 loc) · 895 Bytes

RL Worker

High performance osu! score server which isn't based on Ripple stack.

Features

  • Score submission
  • Supports any osu! version and all game modes (standard, taiko, catch, mania)
  • Replay s3 or local storage
  • Poetry
  • Based on Celery with RabbitMQ queues

Getting Started

# 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