Skip to main content

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)

Uploaded Source

File details

Details for the file humblebundle-0.1.1.tar.gz.

File metadata

File hashes

Hashes for humblebundle-0.1.1.tar.gz
Algorithm Hash digest
SHA256 82f7724c286abff1dae6586501ac6a30ea4905652006c7e57d68e03450881222
MD5 27503f6f06caecddf77108a96b4fd9fc
BLAKE2b-256 dddef40bdb94b690a2413ec3b8d973b82c0a5c6c516a45e3b15daa8323afd732

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page