Release v18.Opinionated_By_HimanM
Twitch Drops Miner Release
- Build date:
2026-06-16 03:34:58+00:00 - Reference commit: e44157b
Terminal UI install
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/HimanM/TwitchDropsMiner/main/scripts/install.sh | shOn Termux, install prerequisites first:
pkg install python clang curl tarRun 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.