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.login("username@example.com", "secret")

order_list = client.order_list()

for order in order_list:
    order.ensure_subproducts()
    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.0.3.tar.gz (6.4 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: humblebundle-0.0.3.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for humblebundle-0.0.3.tar.gz
Algorithm Hash digest
SHA256 2d589b0fb8967af5d95b0a041df67b19f6ed0babf0544778e300c03d8c7c0907
MD5 d001913fcbb134de0372b87c7980418d
BLAKE2b-256 5e8a0103763243e164a7e6ef36ef4e725b12939e10f8976eab1a94ded8e145e3

See more details on using hashes here.

Supported by

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