An open API service indexing awesome lists of open source software.

https://github.com/claabs/speedruncom-backup

Backup an entire speedrun.com game to JSON
https://github.com/claabs/speedruncom-backup

speedrun speedruncom

Last synced: 7 months ago
JSON representation

Backup an entire speedrun.com game to JSON

Awesome Lists containing this project

README

          

# Speedrun.com Backup

Backup all data and image assets related to a game on speedrun.com to JSON files.

## Usage

1. Clone this repository
1. Set the game ID or URL abbreviation at the `GAME` variable.
1. `npm i`
1. `npm start`

## To Do

* Support command-line arguments
* Deploy to NPM