Speedrun Data is a Node.js application that utilizes speedrun.com API to generate an Excel spreadsheet with leaderboard data for a specific game.
- Gets statistics from speedrun.com leaderboard
- Generates an Excel spreadsheet with categories, run counts, and world record times (in milliseconds)
- Option to easily merge stats into a single Excel spreadsheet
- Simple installation and usage process
- Install Node.js.
- Download the program from the releases page.
- Open the command line in the program's directory and run
npm install
or executesetup.bat
- Run the program using
run.bat
or executenpm start
in the program's directory - Enter a valid speedrun.com name of the game. Make sure it's named sorta like it's named on the website.
- If you want to analyze multiple games, create a file named
games.txt
in the program's directory. Each line in the file should contain a valid speedrun.com game name. And typegames
when asked for a game. - If you want to use
games
functionality and merge all stats into a single spreadsheet, typey
when prompted. - Once the program has completed the analysis and has generated the spreadsheet, you can exit by typing
exit
This project is licensed under the MIT license - see the LICENSE.md file for details.