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 hashes)

Uploaded Source

Supported by

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