This simple script will export all of the reviews for a Steam app.
- NodeJS v16+. If you don't know which version to get, get "LTS", not "Current"
- yarn. You get this by running
npm install --global yarn
after you've installed NodeJS
- Clone this repo
- In the repo directory, install dependencies by running
yarn
- Run
yarn start YourSteamAppId
- For example:
yarn start 1744770
- For example:
- See the output file
reviews.json
with all of your reviews