humble-steam-key-redeemer icon indicating copy to clipboard operation
humble-steam-key-redeemer copied to clipboard

Python script to extract all Humble Bundle keys and redeem them on Steam automagically.

Results 17 humble-steam-key-redeemer issues
Sort by recently updated
recently updated
newest added

Hi, your project humble-steam-key-redeemer(commit id: 1d1de43e028de1608d32e7b0e77f85a3ae71574c) requires "fuzzywuzzy==0.18.0" in its dependency. After analyzing the source code, we found that the following versions of fuzzywuzzy can also be suitable, i.e., fuzzywuzzy...

After installing the requirements and running the .bat I am prompted to enter my email/pass and then told to press enter to close the terminal window. Below is what is...

File "C:\Users\user\Desktop\New folder\humble-steam-key-redeemer-main\humblesteamkeysredeemer.py", line 759, in humble_login(humble_session) File "C:\Users\user\Desktop\New folder\humble-steam-key-redeemer-main\humblesteamkeysredeemer.py", line 158, in humble_login login_json = r.json() File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\httpx\_models.py", line 1517, in json return jsonlib.loads(self.text, **kwargs) File "C:\Program Files\Python310\lib\json\__init__.py", line...

This does not fix #26 but it does make it a little more clear what is happening.

As said in the other issue the filter for key["gamekey"] simply filters to many keys as multiple different keys share the same gamekey. That said, the line that I changed...

I have a bunch of games to redeem, and a largish steam library. The fuzzy matching ends up with many false positives/negatives. I would like and option to see a...

My already_owned.csv has 130 lines, the redeemed.csv has 970 lines. I renamed and moved the errored.csv to a different folder since I wanted to retry keys that did not work...

I end up with various entries in already_owned.csv that show "None" for the actual steam key even though there was a steam key. My expectation would have been to see...

Script exits without recovering or retrying when Cloudflare blocks too many requests... see copy/paste of error below (I edit my IP address and the Cloudflare ID in the response). There...

Script exits when encountering error JSONDecodeError. It is redeeming some keys but then errors out after a time. Possibly not interacting well with invalid responses (throttling/denial-of-service protection/firewall by HumbleBundle or...