Simple steam review scraper programmed in Python. "./steam_review_scraper/settings/settings.json" must be updated with a valid app ID for this program to work. This script is quite old and has not been tested with recent versions of the Steam API. ## Build. Build if in project directory: docker build -t steam-scraper . Ex1: Run with custom output path: docker run -v "$PWD"/output:/app/output steam-scraper Ex2: Or with an absolute path and silent arg: docker run -v /path/to/output:/app/output steam-scraper -s Run tests like any other python program: python -m unittest discover tests