Skip to content

Release v19.5.Opinionated_By_HimanM

Choose a tag to compare

@github-actions github-actions released this 18 Jun 11:44
· 35 commits to main since this release
a19b99b

Twitch Drops Miner Release

  • Build date: 2026-07-11 06:01:34+00:00
  • Reference commit: fcc6a3a

Terminal UI install

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/HimanM/TwitchDropsMiner/main/scripts/install.sh | sh

On Termux, install prerequisites first:

pkg install python clang curl tar

Run tdminer tui for the richer Linux/macOS Textual interface, or tdminer cli for the portable prompt-based interface used by Windows/source installs and Termux-style terminals.

The portable CLI includes a boxed slash-command input. Type / for commands, /priority add or /exclude add for game completion, and /switch for channel completion.

The tdminer release binaries are self-contained and do not require Linux/macOS users to install Python first. The binary installer needs curl and unzip, installs to ~/.local/bin by default, and can be redirected with TDMINER_INSTALL_DIR=/path/to/bin.

Native Termux on Android cannot run the glibc Linux release assets, so the installer uses a Python source install there and creates a tdminer launcher that defaults to tdminer cli.