Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybershadow/metahumble
HumbleBundle Metalink generator
https://github.com/cybershadow/metahumble
Last synced: about 2 months ago
JSON representation
HumbleBundle Metalink generator
- Host: GitHub
- URL: https://github.com/cybershadow/metahumble
- Owner: CyberShadow
- License: gpl-2.0
- Created: 2015-01-02T13:49:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T01:21:08.000Z (over 8 years ago)
- Last Synced: 2023-03-10T22:18:30.609Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
HumbleBundle Metalink generator
===============================Generates a .metalink file for your HumbleBundle downloads.
The generated .metalink file includes HTTPS, torrent and magnet links, as well as other information provided by the HumbleBundle API (file size, MD5/SHA1 hashes).
usage: metahumble.py [-h] [--cache] [--platform PLATFORM] [--torrents]
[--dir DIR] [--save-links FILE] [--save-bt-links FILE]
email passwordpositional arguments:
email humblebundle.com login (email address)
password humblebundle.com passwordoptional arguments:
-h, --help show this help message and exit
--cache cache web requests
--platform PLATFORM filter downloads to a certain platform (e.g.: android)
--torrents download .torrent files to download directory
--dir DIR target download directory
--save-links FILE save http/https links to given text file
--save-bt-links FILE save bittorrent links to given text fileRequirements
============Requires Python 2 and the libraries `requests`, `progressbar`, `humblebundle` and optionally `requests_cache` for the `--cache` option.
pip2 install -r requirements.txt