steam icon indicating copy to clipboard operation
steam copied to clipboard

☁️ Python package for interacting with Steam

Results 63 steam issues
Sort by recently updated
recently updated
newest added

**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...

bug

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...

feature-request
needs-review

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"))...

bug
needs-review

**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....

bug
needs-review

**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...

feature-request
needs-review

https://github.com/kevin1024/vcrpy/issues/719