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

Hypothesis is property based tests, where we define properties of code, and hypothesis takes care of generating cases. https://hypothesis.readthedocs.io/en/latest/index.html https://hypothesis.readthedocs.io/en/latest/quickstart.html

enhancement

Spawned from #259 `invalid SteamID` = `SteamID(0, EType.Invalid, EUniverse.Invalid, 0)` For numeric input, invalid values do not raise, and instead create a `invalid SteamID` instance: https://github.com/ValvePython/steam/blob/92c5107c7c300d55d37d9e681de8394d78fca841/steam/steamid.py#L296-L298 For string input, invalid...

enhancement

See https://github.com/SteamRE/DepotDownloader/issues/99

enhancement

Is there any way to retrieve information from groups? Thanks.

question

**Description** When you loop trough your friendlist, the steam id's of friends that have not accepted the request are in there **Steps to Reproduce the behavior** define the steamfriendlist ```python...

bug
needs-review

**Description** Since the past few hours we cannot connect to the steam GC. https://github.com/DoctorMcKay/node-globaloffensive/issues/85 Possibly due to these changes: https://github.com/SteamDatabase/Protobufs/commit/1f31b9135376bfa26af424939a9e154dfc216479

bug
needs-review

TODO: QR code auth add. Added function to unlogin on every device. Code refactoring done: added docstrings, typehints. NOTE: Current version now don't work with python

**Description** Not sure if its account related, or valve broke something, but once i set the credential path and authorize/relogin, nothing is getting stored within the credential location. Literally 0...

bug
needs-review

**Description** Login using WebAuth get KeyError **Steps to Reproduce the behavior** ``` import steam.webauth account = steam.webauth.WebAuth(my_username, my_password) account_session = account.login(twofactor_code="9BASD") ``` But I got `KeyError: 'transfer_parameters'` I've checked the...

bug
needs-review

**Description** Some Steam apps (the one I'm aware of is 1628350 "Steam Linux Runtime - Sniper") have changed their `['apps'][id]['manifests'][branch]` from a plain manifest ID (ASCII decimal string) to a...

bug