speedrun/README.md

21 lines
498 B
Markdown
Raw Permalink Normal View History

2020-06-28 15:00:44 +02:00
# Speedrun
Grabs speedrun data from [speedrun.com](https://speedrun.com) and plot run times since the release of a chosen game with plotly.js.
Currently only supports 'per-game' categories.
2020-06-28 15:20:04 +02:00
[Demo](https://speedrun.hrfee.pw)
2020-06-28 15:00:44 +02:00
# 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
```
2020-06-28 15:13:26 +02:00
A dockerfile is also available.
2020-06-28 15:00:44 +02:00
# Usage
`speedrun-serve` starts the web interface on `0.0.0.0:8059`.