GameScraper is a web-scraping command line to scrap for game prices and offers in a certain region. I made this tool for fun and out of need as I want to get the best deal on every game I buy 😎 😅.
All sources are part of the tunisian region at the moment.
Open a terminal window in a location where to want to place the GameScraper folder, and then:
- git clone https://github.com/AhmedAyachi/GameScraper
- cd GameScraper
- npm install
- npm link
And you're all set. You can now open a new terminal window and start using gamescraper.
gamescraper tsushima
GameScraper will search the registered sources for games with the query: "tsushima" and order the results based on pricing in an ascending order placing the best deal first. GameScraper will also check the game on jeuxvideo.com to give you an idea about the pricing in general.
| Flag | Description |
|---|---|
| --skip-cache | skips cached results and forces rescraping |
