humblebundle
humblebundle copied to clipboard
API for managing Humble Bundle games library
So a while ago I forked this project, which is a mass downloader for humble bundle: https://github.com/MayeulC/hb-downloader I discovered this repository today, and as I really dislike diluting manpower, I've...
I looked into it a bit and wrote some simple filtering using the python [steamapi](https://github.com/smiley/steamapi), but the naming convention for humble and steam are massively different. Steam only gives steamappID...
I finally found a way to organize and view the humble bundle purchases and now I have to learn linux to get it working. Can anyone outline how to do...
The [Humble Bundle Monthly trove](https://www.humblebundle.com/monthly/trove) contains a lot of games that are accessible only with an active Humble Monthly subscription. It would be nice if it was possible to download...
Hey, Loving how this works so far. I was taking a look at the results, and I noticed that I don't see all the games I have in my library...
Sometimes HB will give out some game for free. How can I use this API to get these free games info? Thanks in advance.
I'm trying to get humblebundle.py to work, but can't get past the first authentication. * I provide a username and password, nothing else. * The code notes that there is...
Hi there, tried to use your app, but always get the following error `Traceback (most recent call last): File "D:\Dev\Downloader\HB\humblebundle.py", line 51, in import xdg.BaseDirectory as xdg File "d:\dev\Python2.7.14\lib\site-packages\xdg.py", line...
as well as an individual file download option, it'd be handy to be able to pull down all files of a given type in an entire bundle. I'm thinking specifically...
Hey! Love they app, really cool code you've got going. My biggest suggestion is twofold- 1. Include a [requirements](https://pip.pypa.io/en/stable/user_guide/#requirements-files) file. It'll help people install the right deps on the first...