Releases: rcpoison/steam-scraper
Releases · rcpoison/steam-scraper
1.6
vdf changed, comparing games node case insensitive now.
1.5
- fix html selectors for changed steam pages
- fix vdf parsing (escaped quotes inside string literals)
- http no longer supported
1.3
- set permissions on sharedconfig, steam doesn't want to overwrite if it isn't group-writable O_o
v1.2
- update docs
- cleanup partial cache entries
- make cache expiration configurable
- make #threads configurable
- support scraping vr tags
1.1
- support configuration file
- verbose output flag
- scrape icon and header image
1.0
Steam store pages now contain categories and genres, thus the rate-limited JSON API is no longer used.
Together with multithreaded tag fetching this leads to a significant speedup.
(Beware that the old cache is no longer used and the ouput is very sparse, don't worry if it takes some time to populate the cache for the first time)
Changes:
- generic file cache
- generic TagLoader iface
- multithreaded batch-fetching
1.0-beta5
implemented support for replacement dictionary
1.0-beta4
added support for whitelist file
1.0-beta2
added support for user-defined tags