Last active
November 21, 2017 20:47
-
-
Save JonathanPorta/2bdf39d59c9bf75e61f9 to your computer and use it in GitHub Desktop.
How to figure out if a steam app has an update available
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Great Example: https://github.com/dgibbs64/linuxgsm/blob/b8312d1160271e4a36a0edada3fa11ba9b5e2cdb/functions/fn_update_check#L109-L127 | |
Steamcmd: steamcmd.exe +login anonymous +app_info_print 258550 +quit | |
Some potentially helpful thingys: | |
https://github.com/Philipp15b/go-steamapi | |
https://github.com/Philipp15b/go-steam | |
https://steamdb.info/app/740/history/ | |
https://steamdb.info/api/GetRawDepots/?appid=740 | |
http://gameservermanagers.com/ - marketing site for linuxgsm project | |
And, of course, the steamcmd documentation which is very much incomplete: https://developer.valvesoftware.com/wiki/SteamCMD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment