steam
steam copied to clipboard
☁️ Python package for interacting with Steam
Title says it all
**Description** Can't login on latest version **Steps to Reproduce the behavior** My repo to save steam game saves automatically: https://github.com/Left024/GameSaves You can see all the codes **Expected behavior** client should...
https://partner.steamgames.com/doc/api/ISteamMatchmakingServers#ServerRules Old web-api has `gs.a2s_rules()` but it is [client]-less version and a subject to draconian rate limiters. Some older games use rules as basically ways to set up tags for...
I'm trying to use sa.add() # SMS code will be send to the account's phone number, but it keeps popping up a RateLimit error. Changed IP, accounts, numbers. None of...
With the help of #454 and #453, I've pulled those changes into my fork and have added more verbose exceptions like the original library. This allows auto detection of the...
appinfo.vdf V29 was introduced in Steam beta. This new version introduces a space-saving optimization: instead of encoding each key name in the binary VDF segment directly, an int64 identifier is...
**Description** Steam Client Beta seems to be rolling out a new format again. **Steps to Reproduce the behavior** ``` >>> from steam.utils.appcache import parse_appinfo >>> header, apps = parse_appinfo(open(r"C:\Users\Winter\Desktop\WIP\appinfo.vdf", "rb"))...
**Description** Mobile Authenticator raise a NoneType error on attempting to login with cli_login **Steps to Reproduce the behavior** 1. Set username and password on the constructor 2. use cli_login 3....
**Is your feature request related to a problem? Please describe.** Some games have no anti-cheat support. Valve does nothing. The developer also does nothing to eliminate the cheaters. I will...
https://github.com/kevin1024/vcrpy/issues/719