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

One issue that I've ran into a few times, and could affect the redeeming, is that it tries to redeem (a number of) product codes without doing the base code...

bug

Script times out after hanging on login, after HB username and password have been entered. See log below Traceback (most recent call last): File "D:\git\steamredeem\humble-steam-key-redeemer\humblesteamkeysredeemer.py", line 907, in humble_login(driver) File...

I noticed that sometimes the order data gathered from HumbleBundle has the wrong **steam_app_id**. I don't think it's a problem with the script but rather with the data they have...

Crash on start: It looks like the dependencies install fine, but just a moment after the "Humble Email:" prompt appears, the log messages show up and freeze up the entire...

...or maybe I'm wrong, but it seems like if for whatever reason I don't get the 2FA code from Humble or Steam, and I have nothing to enter... there's no...

I don't really do this sort of programming work, so sorry if I'm doing something wrong here,,, I installed all the dependencies, made sure python was up to date, all...

added some debugging to web auth # Print the full response for debugging purposes print("Steam API Response: ", resp) # Print the extended error message if 'extended_error_message' in resp['response']: print("Extended...