/steam-game-prices

Crawler to get prices from Steam and output them to a csv file

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Steam Prices

This application was created aiming into learning how to use Python web crawlers, and it's NOT a fully functional or easy to use application.

For now it has support for Real R$ and Dollar $ prices.

steam-crawler.mp4

Features

  • Real and Dollar prices.
  • Sort by Name, Price, and Discount.
  • Search games from New Releases, Top Sellers, and Upcoming pages from Steam.
  • Set the number of pages to be scraped.
  • Output to a CSV file.

Gecko Driver: https://github.com/mozilla/geckodriver/releases

You need to download and add the Gecko Driver to your PATH.

Run the application

Run the following command inside the repository to start application:

./steam-prices.sh
Note:

If you got an error saying that you don't have the `venv` package installed, then you need to follow the output on how to install it.

To Do

  1. Add more monetary values.