An easy way to download ebooks from your humblebundle account
npm install humblebundle-ebook-downloaderAn easy way to download ebooks from your humblebundle account
To run the tool, you can either install NodeJS and use npm to install it, or install Docker and run it as a docker container.
``shell`
$ npm install -g humblebundle-ebook-downloader
You can now use the tool by running the humblebundle-ebook-downloader command.
`shell`
docker run -v $(PWD)/download:/download --rm -it dmarby/humblebundle-ebook-downloader -d /download --auth-token "auth_string_here"download
This will download the books to the folder in your current work directory.
Note that you need to get your auth token from the authentication cookie in your browser after logging in to the humblebundle website (_simpleauth_sess) when using Docker, as the option to interactively log in isn't available.
When using the tool installed via npm, it will launch a browser and let you log in interactively instead.
`shell
$ humblebundle-ebook-downloader --help
Usage: humblebundle-ebook-downloader [options]
Options:
-V, --version output the version number
-d, --download-folder
-l, --download-limit
-f, --format
--auth-token
-a, --all Download all bundles
--debug Enable debug logging
-h, --help output usage information
``