Download you Humble Bundle Library
Go to file
2020-01-19 09:54:40 -05:00
humblebundle_downloader CI update to tag version 2020-01-19 09:54:40 -05:00
.gitignore Added ci for releasing new versions to pypi 2020-01-19 09:25:00 -05:00
.gitlab-ci.yml CI update to tag version 2020-01-19 09:54:40 -05:00
LICENSE Added LICENSE 2020-01-19 09:28:29 -05:00
README.md CI update to tag version 2020-01-19 09:54:40 -05:00
setup.py move version file 2020-01-19 09:43:10 -05:00
tox.ini flake8 clean up 2020-01-19 09:40:41 -05:00

Humble Bundle Downloader

PyPI PyPI

Download all of you content from your Humble Bundle Library.

The very first time this runs it may take a while to download everything, but after that it will only download the content that is missing.

Features

  • Download new or updated content in your Library
  • cli command for easy use
  • Progress bar for each download (with the --progress flag)
  • Easy cookie generation script

Install

pip install humblebundle-downloader

Getting started

First thing to do is generate cookies, this will open up a chrome window, just login and a cookie will be saved to a file to be used later to download the files.
hbd gen-cookies -h

Now download your library:
hbd download -h

Inside your library folder a file called .cache.json is saved and keeps track of the files that have been downloaded, so running the download command pointing to the same directory will only download new files or update files if needed.