Skip to content

rhaarm/steam-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steam-scraper

Scrapes Review comments from a Steam Game page. Returns JSON to screen by default. http://store.steampowered.com/app/

Usage

Get all reviews from an app?

>python3 steam_scraper.py --appid 290790

Limit to a sample size of 50 reviews?

>python3 steam_scraper.py --appid 290790 --sample 50

Write the JSON to file and not screen?

>python3 steam_scraper.py --appid 290790 -o output.json
>python3 steam_scraper.py --appid 290790 -o c:\path\to\output.json
>python3 steam_scraper.py --appid 290790 -o c:\path\to\output.json --sample 100

About

Scrapes Review comments from a Steam Game page.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages