steam
steam copied to clipboard
☁️ Python package for interacting with Steam
**Description** When I try "client.get_product_info(apps=[app_id], timeout=1)" I get an timeout. Of course before I initialize and login the Client and login anonymously with ``` client = SteamClient() client.anonymous_login() ``` then...
fixed get_manifest in area where cdn auth token required Resolve #473
Resolves #114
` def get_cdn_auth_token(self, depot_id, hostname): """Get CDN authentication token .. note:: This token is no longer needed for access to CDN files :param depot_id: depot id :type depot_id: :class:`int` :param...
**Description** steam/core/manifest.py Unexpected \0 after decrypted filenames in manifest When I uses manifest saved by ValvePython in depotdownloader, a exception was raised. Upon checking, I found that there are a...
Adding the timeout parameter for get_changes_since would be useful.
corrected the numbering of the steps
**Description** A clear and concise description of what the bug is. **Steps to Reproduce the behavior** (Include debug logs if possible and relevant) **Expected behavior** A clear and concise description...
**Description** A clear and concise description of what the bug is. Idk if it is a bug. I want to send messages to a group, tried using the Documentations method,...
I found the following error when trying to pull the manifest information of a specific appid: ```python >>> from steam.client.cdn import CDNClient >>> client = SteamClient() >>> client.anonymous_login() >>> mycdn...