https://github.com/yitsushi/hubu
Archive Humble Bundle eBooks [with any s3 compatible service]
https://github.com/yitsushi/hubu
humblebundle python3 s3 wasabi
Last synced: about 1 year ago
JSON representation
Archive Humble Bundle eBooks [with any s3 compatible service]
- Host: GitHub
- URL: https://github.com/yitsushi/hubu
- Owner: yitsushi
- License: gpl-3.0
- Created: 2019-04-01T16:54:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T13:37:14.000Z (about 7 years ago)
- Last Synced: 2025-01-22T06:17:03.986Z (over 1 year ago)
- Topics: humblebundle, python3, s3, wasabi
- Language: Python
- Homepage: https://pypi.org/project/hubu/
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Humble Bundle Archiver
## Install / update
```
$ pip install -U hubu
# or in user space
$ pip install -U --user hubu
```
## Use
Only two ENVs are required:
```
HUMBLE_BUNDLE_SESSION='"humble bundle _simpleauth_sess"'
BUCKET_NAME=humble-bundle
$ hubu
```
For the rest, you can use `AWS_PROFILE` or specify them as environment variables (see below).
## Wasabi
```
HUMBLE_BUNDLE_SESSION='"humble bundle _simpleauth_sess"'
BUCKET_NAME=humble-bundle
ENDPOINT_URL="https://s3.eu-central-1.wasabisys.com"
AWS_ACCESS_KEY_ID="xxxxxxxxxxxxxxx"
AWS_SECRET_ACCESS_KEY="xxxxxxxxxxxxxxxxx"
```
## AWS
```
HUMBLE_BUNDLE_SESSION='"humble bundle _simpleauth_sess"'
BUCKET_NAME=humble-bundle
AWS_ACCESS_KEY_ID="xxxxxxxxxxxxxxx"
AWS_SECRET_ACCESS_KEY="xxxxxxxxxxxxxxxxx"
```