CondensedTea / pickup-ratings

Rating system for tf2pickup-org

Home Page:https://pickup-ratings.lemontea.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pickup-rating

Rating system for tf2pickup-org project.

Components:

  • match-etl: ETL for games data: loads games via API, calculates and saves rating changes.
  • pickup-ratings: Website for rating data with leaderboards and game history for players.

Run locally:

Requirements:

  1. Install deps:
just install-deps
  1. Start local db:
just local-up
  1. Migrate local db:
just local-migrate up
  1. Load games for pickup site with optional starting offset:
just match-etl --pickup-site tf2pickup.ru --starting-offset 2449
  1. Start web service:
just start

About

Rating system for tf2pickup-org

https://pickup-ratings.lemontea.dev


Languages

Language:Go 87.2%Language:CSS 9.1%Language:Just 3.1%Language:Dockerfile 0.6%