steam-data-csv
v1.0.0
Published
A simple tool to export data about steam workshop items to a csv spreadsheet.
Downloads
1
Readme
steam-data-csv
A tool to get data about steam workshop items and make a spreadsheet.
Install
npm i -g steam-data-csv
Configure
- Create a repo to use:
mkdir test
,cd test
- Create a sheet to use:
echo "Id,Title,Views,Subs,Life Subs,Favs,Life Favs,Likes,Dislikes,File Size,Update Count,Comment Count,Upload Date,Collaborators" > sheet.csv
- Create a Steam Web API key: https://steamcommunity.com/dev/apikey
- Create a config file:
touch .config.json
- Add the following keys to your config file:
"key"
: Set to the key you created"file"
: Set to the path to the file, in this case it issheet.csv
Help
steam-data-csv help
Usage
steam-data-csv add [item]
: Add a specific workshop item to the sheet, by ID
steam-data-csv addall [user]
: Add all items from a user to the sheet, by profile URL
steam-data-csv list
: List all items in the sheet
steam-data-csv remove [item]
: Remove a specific item from the sheet, by ID