Humble Bundle doesn't allow library exports to share lists of your titles with your cohorts. They also don't allow a simple copy/paste from the library page, so here is how to use this tool
- Got to: https://www.humblebundle.com/home/library
- In Chrome or Firefox, press F12 to open inspector
- Select the root HTML element
- Right-Click, Copy -> Inner HTML...
- Copy resulting HTML to a file
python create_catalog.py -i PATH/TO/FILE.html
python create_catalog.py --help
usage: Parse the saved HTML file from Humble Bundle Library
[-h] -i INPUT_FILE [-v]
optional arguments:
-h, --help show this help message and exit
-i INPUT_FILE, --input-file INPUT_FILE
The saved Humble Bundle Library file
-v, --verbose
Adding publishers to the publishers.json file would be very helpful. Please maintain formatting in that file.
- Fork this repository to your own org
- Make changes to your own repository
- Make a pull request to this repository to have your changes reviewed and merged