Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 348 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 348 Bytes

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