Automatically curate a list of games using the same blurb
git clone
the reponpm install
in the root directory- Open up games.json and configure the games you want to review.
- This can be done automatically if your curator's Steam group has a list of associated games you want to review.
- Open up games.js
- Change the group URL on line 5 to whatever you want
- Then run the games script (see below)
- This can be done automatically if your curator's Steam group has a list of associated games you want to review.
- Open up review.json and configure the review options
- REQUIRED:
sessionID
(get this from Chrome by inspecting any curation creation request - REQUIRED:
Cookie
header string (get this from Chrome by inspecting any curation creation request blurb
- this is the actual review texturi
- change the name after/groups/
to whatever your group's vanity URL name is- the rest should be self explanatory
- REQUIRED:
npm run games
to run the games script which will populate games.json with the associated games from a Steam group.npm run review
to run the review script which will post reviews for every game inside games.json according to the review configuration- Reviews are posted every three seconds to avoid getting rate limited.
There is no warranty, if you get banned for using this it's your own fault lmao