Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 574 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 574 Bytes

Steam Reviews Exporter

This simple script will export all of the reviews for a Steam app.

Prerequisites

  1. NodeJS v16+. If you don't know which version to get, get "LTS", not "Current"
  2. yarn. You get this by running npm install --global yarn after you've installed NodeJS

Instructions

  1. Clone this repo
  2. In the repo directory, install dependencies by running yarn
  3. Run yarn start YourSteamAppId
    • For example: yarn start 1744770
  4. See the output file reviews.json with all of your reviews