Skip to content

Release v19.1.Opinionated_By_HimanM

Choose a tag to compare

@github-actions github-actions released this 16 Jun 20:41
· 51 commits to main since this release
5ef0d95

Twitch Drops Miner Release

  • Build date: 2026-06-16 23:14:23+00:00
  • Reference commit: 48813cc

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.