Skip to content

A Python3 tool to dump Steam reviews to a CSV file

License

Notifications You must be signed in to change notification settings

unknownworlds/review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review

Review is a Python3 command line tool that dumps Steam reviews to a comma-separated-value file.

Usage

Run review.py, specifying values for at least the --app and --file flags.

$ python3 review.py --app 264710 --file all_subnautica_reviews.csv

To see all available commands, add the --help flag.

$ python3 review.py --help

Releases

No releases published

Packages

No packages published

Languages