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
- Host: GitHub
- URL: https://github.com/claabs/speedruncom-backup
- Owner: claabs
- License: mit
- Created: 2020-07-04T23:16:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T14:22:04.000Z (over 2 years ago)
- Last Synced: 2025-03-20T17:15:03.751Z (7 months ago)
- Topics: speedrun, speedruncom
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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