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

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

enhancement

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

![image](https://user-images.githubusercontent.com/2720787/134969677-e4f22f83-fa6a-4735-a2d9-2863e666cc5f.png)

enhancement

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 ![image](https://user-images.githubusercontent.com/67814228/116804046-519d6380-ab4e-11eb-9f6b-ad76e19147b8.png)

Blocked

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

feature-request

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

enhancement