steam
steam copied to clipboard
☁️ Python package for interacting with Steam
So current situation is that stuff like `SteamAuthenticator(…).add()` can cause `SteamAuthenticatorError`. For example, ```py Traceback (most recent call last): … steam.guard.SteamAuthenticatorError: Failed to add authenticator. Error: ``` Now that's a...
According to always terrible valve docs, `gamedata` and `gametags` there are separate fields: https://partner.steamgames.com/doc/api/ISteamMatchmakingServers#MatchMakingKeyValuePair_t and https://partner.steamgames.com/doc/api/ISteamGameServer#SetGameData describes `SetGameData` and `SetGameTags` The server I'm querying returns **keywords** data, which is array...

i got an issue with an example of code: ``` from steam.client import SteamClient from steam.guard import SteamAuthenticator import os, json wa = SteamClient() wa.cli_login() sa = SteamAuthenticator(backend=wa) sa.add() json.dump(sa.secrets,...
**steam is use Google captcha** so it will like 
Hello, it would be cool if you can add a method that returns the Auth ticket for the user in the current app this method exists in steam-user.js but javascript...
Currently Steam is rolling out a new transport for the Steam protocol over WebSocket. It worth investigating and implementing that to future proof the library. The only supported transport currently...