Rodrigo Silva
Rodrigo Silva
Is there any real case where using `--type` is not enough to narrow the candidates to 1?
I'm not a fan of interactive scripts, as `humblebundle` should be fully scriptable and automated whenever possible. I think an `--all` command-line option, or pehaps even better `-all-candidates`, downloading all...
Those are great suggestions, thanks! While all of this is surely feasible, I believe such features belong to a shell script. The console script already has a huge list of...
@jmtd "interesting" in _shell_ script, but still trivial in a python script, importing this package as a library. I'm not saying I'm opposing such feature, I just really don't have...
I don't think this automatic matching is possible, as the JSON parsed from humble does not contain the SteamID :( But, this could be manually entered at `gamedata.json`. Humble library...
Thanks, that's a nice suggestion! And by the way, `--json` also does not work with `--list` Maybe an even simpler format is better? I'm thinking about this: ``` [ ["machine_name_A",...
Thanks for the compliments! Glad it's been useful for many people :) 1. That would be very welcome... and If I recall correctly, DistUtils (or SetupTools) already has a standard...
@drakenation , I just tagged a new release, should be Python3 compatible by now, care to check and re-try the PIP integration? Once again, thanks a LOT for making this...
@beargeek, care to paste the whole error messages, including the stack trace?
> Perhaps a general suggestion: why not use https://www.humblebundle.com/api/v1/user/order instead of https://www.humblebundle.com/home/keys in `update()`? ... because at the time I started developing this, https://www.humblebundle.com/api/v1/user/order did not exist, or I was...