added docker image. Updated readme

This commit is contained in:
Eddy Hintze
2024-08-04 16:49:41 -04:00
parent 33d78c163e
commit 69393443ff
5 changed files with 13 additions and 3 deletions

View File

@@ -22,9 +22,18 @@ After that it will only download the content that has been updated or is missing
## Install
### Using PIP
`pip install humblebundle-downloader`
### Using docker
Remember to mount your download directory in the container using dockers `-v` argument.
`docker run ghcr.io/xtream1101/humblebundle-downloader -h`
## Instructions
@@ -48,6 +57,7 @@ This can be done by getting a browser extension that lets you see or export your
Use the following command to download your Humble Bundle Library:
`hbd --cookie-file cookies.txt --library-path "Downloaded Library" --progress`
_If using the docker image, exclude the `hbd` part of the command_
This directory structure will be used:
`Downloaded Library/Purchase Name/Item Name/downloaded_file.ext`