Plot speedrun times since a games release.
Go to file
Harvey Tindall e615a4046d first commit 2020-06-28 14:00:44 +01:00
__pycache__ first commit 2020-06-28 14:00:44 +01:00
dist first commit 2020-06-28 14:00:44 +01:00
speedrun first commit 2020-06-28 14:00:44 +01:00
speedrun.egg-info first commit 2020-06-28 14:00:44 +01:00
.gitignore first commit 2020-06-28 14:00:44 +01:00
README.md first commit 2020-06-28 14:00:44 +01:00
poetry.lock first commit 2020-06-28 14:00:44 +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.

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

Usage

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