Humble Indie Bundle API client
Project description
humblebundle-python is an unofficial library for querying the undocumented Humble Bundle API.
Usage
Basic usage looks something like:
client = humblebundle.HumbleApi() client.search_store("ftl") client.login("username@example.com", "secret") gamekeys = client.get_gamekeys() for gamekey in gamekeys: order = client.get_order(gamekey) for subproduct in order.subproducts: print(subproduct)
See examples.py for more examples
humblebundle-python is not affiliated in any way with Humble Bundle, Inc.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
humblebundle-0.1.1.tar.gz
(7.9 kB
view details)
File details
Details for the file humblebundle-0.1.1.tar.gz
.
File metadata
- Download URL: humblebundle-0.1.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82f7724c286abff1dae6586501ac6a30ea4905652006c7e57d68e03450881222 |
|
MD5 | 27503f6f06caecddf77108a96b4fd9fc |
|
BLAKE2b-256 | dddef40bdb94b690a2413ec3b8d973b82c0a5c6c516a45e3b15daa8323afd732 |