Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humble-key-ledger

License: MIT

Self-hosted CLI for auditing and managing your Humble Bundle key inventory. Cross-references against your Steam library to surface unredeemed keys you don't already own, tracks gifts to friends, and gives you a clean ledger so keys don't go to waste.

Status: v0, in active development. See SCOPE.md for architecture and roadmap.

Why?

Humble Choice subscriptions accumulate keys faster than most people redeem them. It's hard to know which are still outstanding, which Steam keys you can ignore because you already own the game, and which you've given to friends. This tool keeps the ledger so keys don't go to waste.

Spiritual successor to FailSpy/humble-steam-key-redeemer, which is unmaintained.

Auth model

  • Humble: copy your _simpleauth_sess cookie from browser DevTools into HUMBLE_SESSION. No login automation, no credential storage.
  • Steam: Web API key + SteamID64. Public API only. No login.

Quickstart

Coming soon — project is in scaffolding phase.

bun install
cp .env.example .env  # fill in values
bun run dev sync     # pull Humble orders
bun run dev steam    # pull Steam library
bun run dev audit    # cross-reference, summarize
bun run dev          # interactive TUI

License

MIT

About

Self-hosted CLI for auditing and managing your Humble Bundle key inventory

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors