summaryrefslogtreecommitdiff
path: root/SteamAPI.py
Commit message (Collapse)AuthorAgeFilesLines
* Ask SteamAPI for owned games and gamestats in CSGO.André Glüpker2018-01-261-9/+91
| | | | This is used in Premade Finder to maybe identify Smurfs.
* Remove some debug printsAndré Glüpker2018-01-261-6/+0
|
* Don't convert appid to intAndré Glüpker2018-01-131-1/+2
|
* Some code cleanupAndré Glüpker2018-01-061-7/+2
|
* Remove gameextrainfoAndré Glüpker2018-01-061-1/+31
| | | | | Steam API does not provide this anymore. We now fetch the gamelist ourself and use gameid.
* Initial public releaseAndré Glüpker2017-10-011-0/+209