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.0.6.tar.gz (7.6 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for humblebundle-0.0.6.tar.gz
Algorithm Hash digest
SHA256 074a04e355db93448229a04d349f55d7fcbc832c1c5278a7f68b9ade5c4e5997
MD5 c92e3895387caf9a1dcb948943f32379
BLAKE2b-256 b90f89208bb6d21fe002d10778b7ea0e32846c964f3567ea74fd812f014b68ab

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