hb-downloader icon indicating copy to clipboard operation
hb-downloader copied to clipboard

An automated utility to download your Humble Bundle purchases with support for the Authy token.

Results 18 hb-downloader issues
Sort by recently updated
recently updated
newest added

I have tried changing the options for the platforms in both the hb-downloader-settings.yaml as well as config_data.py. Even with some of the platforms marked as "False" the script appears to...

I apologize that I'm probably wording this poorly. I just downloaded the latest version of this to try out and noticed a difference between the last version I had used...

I get the following errors ```` Traceback (most recent call last): File "hb-downloader.py", line 41, in hapi.login(ConfigData.username, ConfigData.password, ConfigData.authy_token) File "/home/fangfufu/src/hb-downloader/humble_api/humble_api.py", line 115, in login data = self.__parse_data(response) File "/home/fangfufu/src/hb-downloader/humble_api/humble_api.py",...

python hb-downloader.py The Clown's Humble Bundle Downloader v0.41 This downloader includes MIT licensed code from Joel Pedraza. https://github.com/saik0/humblebundle-python [2017/09/03 08:47:52] [ Config] write_md5=True [2017/09/03 08:47:52] [ Config] read_md5=True [2017/09/03 08:47:52]...

If I try to login, I always get an exception, due to humblebundle return Error 405 Traceback (most recent call last): File "hb-downloader.py", line 41, in hapi.login(ConfigData.username, ConfigData.password, ConfigData.authy_token) File...

The system only works with Authy generated tokens; it doesn't work with emailed tokens generated by HumbleBundle.com. This should be rectified.

bug

When attempting to log in, I now get (after entering my Authy token) Traceback (most recent call last): File "./hb-downloader.py", line 41, in hapi.login(ConfigData.username, ConfigData.password, ConfigData.authy_token) File "/home/steve/Debian/hb-downloader-git/humble_api/humble_api.py", line 133,...

Make the progress indications more graphical, ala wget/curl.

enhancement