/steam-games-scraper

Collect data about a game's platform, price, and specs

Primary LanguagePython

Steam Games Scraper

About:

Steam Games Scraper is a program that scrapes data from steam games.

Available data:

  • Platform the game is supported on
  • The price of the game
  • The game's specs

More coming soon!

Prerequisites:

This program uses the geckodriver, which you can get here: https://github.com/mozilla/geckodriver/releases

It also needs Python 3.x and Selenium

Update 0.3:

  • Added multiple games feature
  • Added compatibility for free games
  • Better error handling
  • More improvements

TODO:

  • Make it read from file to get info for multiple games at once