Plot speedrun times since a games release.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Harvey Tindall c7adb12b33 update readme 3 years ago
speedrun cleanup 3 years ago
.gitignore first commit 3 years ago
Dockerfile Add Dockerfile 3 years ago
README.md update readme 3 years ago
pyproject.toml first commit 3 years ago

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.