Plot speedrun times since a games release.
Go to file
Harvey Tindall c7adb12b33 update readme 2020-06-28 14:20:04 +01:00
speedrun cleanup 2020-06-28 14:15:46 +01:00
.gitignore first commit 2020-06-28 14:00:44 +01:00
Dockerfile Add Dockerfile 2020-06-28 14:12:29 +01:00
README.md update readme 2020-06-28 14:20:04 +01:00
pyproject.toml first commit 2020-06-28 14:00:44 +01:00

README.md

Speedrun

Grabs speedrun data from speedrun.com and plot run times since the release of a chosen game with plotly.js. Currently only supports 'per-game' categories.

Demo

Install

Grab a .whl from the release section to install with pip, or

git clone https://github.com/hrfee/speedrun.git
cd speedrun
poetry update
poetry install

A dockerfile is also available.

Usage

speedrun-serve starts the web interface on 0.0.0.0:8059.