oloko64 / steam-game-prices

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Python 86.2%Language:Shell 13.4%Language:Makefile 0.4%