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

It looks like the only thing that was preventing 3.10 and 3.11 from working was vcrpy version which can be installed in the correct version using conditional dependencies.

In the latest Steam update, sessions stopped working, how to solve the problem?

bug
needs-review

login/dologin/ was borked by valve, pr addresses issue by using the new login system todo: - steam email/mobile guard support - replace WebAuth class with WebAuth2 class

**Description** Recently I'm no longer able to get a web session via `get_web_session()`. It returns `None` every time. **Steps to Reproduce the behavior** ``` client = SteamClient() client.set_credential_location(CREDENTIALS_DIR) login_result =...

bug
needs-review

Since today I have been getting error: 'transfer_parameters' using the cli_login. Is there any fix for this?

bug
needs-review

**Description** MobileWebAuth login doesn't work. Function _finalise_login throws an error - ``` line 323, in _finalize_login data = json.loads(login_response['oauth']) ~~~~~~~~~~~~~~^^^^^^^^^ KeyError: 'oauth' ``` Everything worked fine until today, so probably...

bug
needs-review

**Description** I'm not seeing the ClientUpdateMachineAuth message, meaning the sentry file is never stored. I'm using a new burner steam account without any games, and email 2FA. Otherwise there's nothing...

bug
needs-review

Some depots now have a dict like `{"public": {"gid": GID, ...}, ...}` where we would traditionally have seen a flat dict `{"public": GID, ...}`. Not all depots have this: at...

**Description** When trying to add a new Authenticator to my Account SteamAuthenticator::add() returns error 29 DuplicateRequest. **Steps to Reproduce the behavior** ``` wa = MobileWebAuth(user, pass) wa.cli_login() sa = SteamAuthenticator(backend=wa)...

bug
needs-review

Taking over Steam chat and realizing the reception and transmission of Steam messages. Here you can get all the socket addresses for Steamchat: https://api.steampowered.com/ISteamDirectory/GetCMList/v1/?cellid=0 Here you can get information about...

feature-request
needs-review