aesuli / steam-crawler

A set of scripts that crawls STEAM website to download game reviews.
GNU General Public License v3.0
44 stars 17 forks source link

how to filter game types? #16

Closed Chorobee closed 2 years ago

Chorobee commented 2 years ago

Hi, first Thanks for your code, may I ask how could I filter my game types when I use steam-game-crawler.py?

For example I just want to crawl those games with label - "indie" ? Can I filter directly from the web page? but how? I didnt find any filter.

Thanks for any reply.

aesuli commented 2 years ago

Hi, I'm sorry but this crawler is designed to download the full list of games, without any option for filtering. You can try to do a filtering after the crawl on the games that match your criteria.