Skip to content

small programm to scrap user reviews from "store.steampowered.com" for explicite apps/games

Notifications You must be signed in to change notification settings

donnerbaer/steam-user-reviews-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Review Scraper

A script for scraping user reviews from the gaming platform "Steam".

Steam Review API: Documentation

Setup

Install the required libraries:

pip install sqlite3
pip install requests

Create Database

Run the following script to create the database:

python create_database.py

Insert Games

You can import your data from data/apps.csv or manually insert data into the apps table using a tool like DB Browser for SQLite.

python insert_apps.py

For help use:

python insert_apps.py --help

Fetch Steam User Reviews

Run the following script to fetch user reviews:

python main.py`

For help use:

python main.py --help

Database

Your database will be saved by default in database/database.db.

Questions

...

About

small programm to scrap user reviews from "store.steampowered.com" for explicite apps/games

Resources

Stars

Watchers

Forks

Languages