Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smbl64/humble-cli
📦 The missing CLI for downloading your Humble Bundle purchases
https://github.com/smbl64/humble-cli
cli downloader humble-bundle humblebundle rust
Last synced: 5 days ago
JSON representation
📦 The missing CLI for downloading your Humble Bundle purchases
- Host: GitHub
- URL: https://github.com/smbl64/humble-cli
- Owner: smbl64
- License: mit
- Created: 2022-06-02T17:32:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T18:00:02.000Z (9 days ago)
- Last Synced: 2025-01-03T01:36:09.455Z (6 days ago)
- Topics: cli, downloader, humble-bundle, humblebundle, rust
- Language: Rust
- Homepage:
- Size: 3.33 MB
- Stars: 82
- Watchers: 5
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://github.com/smbl64/humble-cli/actions/workflows/tests.yml/badge.svg)](https://github.com/smbl64/humble-cli/actions/workflows/tests.yml)
![GitHub](https://img.shields.io/github/license/smbl64/humble-cli)
![GitHub release (with filter)](https://img.shields.io/github/v/release/smbl64/humble-cli)# humble-cli
The missing CLI for downloading your Humble Bundle purchases!## Features
- List all your Humble Bundle purchases
- See contents of each bundle, along with file formats and their size
- Download items in a bundle, with the option to
- filter them by format (epub, pdf etc.)
- filter them by size
- download only selected items (by index)
- See which bundles have unclaimed keys
- Check your Humble Bundle Choices in current and previous months
- Search through all your purchases for a specific product## Install
**Option 1:** Download the binaries in the [Releases][releases] page. Windows, macOS and Linux are supported.**Option 2:** Install it via `cargo`:
```sh
cargo install humble-cli
```## Usage
To start, go to the [Humble Bundle website][hb-site] and log in. Then find the cookie value for `_simpleauth_sess`. This is required to interact with Humble Bundle API.
See this guide on how to find the cookie value for your browser: [Chrome][guide-chrome], [Firefox][guide-firefox], [Safari][guide-safari].
Use `humble-cli auth ""` to store the authentication key locally for other subcommands.
After that you will have access to the following sub-commands:
```
$ humble-cli --help
The missing Humble Bundle CLIUSAGE:
humble-cliOPTIONS:
-h, --help Print help information
-V, --version Print version informationSUBCOMMANDS:
auth Set the authentication session key
completion Generate shell completions
details Print details of a certain bundle [aliases: info]
download Selectively download items from a bundle [aliases: d]
help Print this message or the help of the given subcommand(s)
list List all your purchased bundles [aliases: ls]
list-choices List your current Humble Choices
search Search through all bundle products for keywordsNote: `humble-cli -h` prints a short and concise overview while `humble-cli --help` gives all
details.
```[releases]: https://github.com/smbl64/humble-cli/releases
[hb-site]: https://www.humblebundle.com/
[guide-chrome]: https://github.com/smbl64/humble-cli/blob/master/docs/session-key-chrome.md
[guide-firefox]: https://github.com/smbl64/humble-cli/blob/master/docs/session-key-firefox.md
[guide-safari]: https://github.com/smbl64/humble-cli/blob/master/docs/session-key-safari.md