Skip to content

cchiddy480/steam_review_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

Steam Review Crawler

Python script that crawls steam user reviews using a 'appreviews' API and stores them into JSON files.

Specifications:

  • Each JSON file to contain no more than 5000 reviews
  • Reviews formatted in specific JSON structure
  • Ensure each review appears once
  • Generate unique IDs for each review
  • Hash authors information
  • Use object Orientated Programming (OOP) princibles

Stretch Goals:

  • Filter reviews based on dates
  • Sort reviews by date & ID in JSON file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages