FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

rl-os/worker: :fire: WIP | High performance score server which doesn't based on ripple's stack · GitHub

/ worker Public

Repository files navigation

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

About

🔥 WIP | High performance score server which doesn't based on ripple's stack

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL