From 423ee451ac475ce2fa4aa148e49bdb535ceddc4e Mon Sep 17 00:00:00 2001 From: Fengqing Liu Date: Thu, 16 Oct 2025 22:14:59 +1100 Subject: [PATCH] Update README to reflect fork status and AI development MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add note at top indicating this is a fork of DevilXD/TwitchDropsMiner - Add disclaimer about AI-assisted development (Claude Code) - Update git clone URL to rangermix/TwitchDropsMiner - Add dedicated Acknowledgments section with credits to original author - Update Support section to encourage supporting original author - Rename Credits to Translation Credits for clarity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddc30e4..9b7a2ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Twitch Drops Miner +> **Note:** This is a fork of [DevilXD/TwitchDropsMiner](https://github.com/DevilXD/TwitchDropsMiner). See [Acknowledgments](#acknowledgments) for credits to the original author and contributors. + +> **Disclaimer:** This fork is heavily maintained and developed using AI-assisted coding (Claude Code). While functional, the codebase may reflect "vibe coding" patterns and AI-generated conventions. Use at your own discretion and always review changes before deploying. + This application allows you to AFK mine timed Twitch drops, without having to worry about switching channels when the one you were watching goes offline, claiming the drops, or even receiving the stream data itself. This helps you save on bandwidth and hassle. ### How It Works: @@ -23,7 +27,7 @@ Every several seconds, the application pretends to watch a particular stream by ```bash # Clone the repository -git clone https://github.com/DevilXD/TwitchDropsMiner.git +git clone https://github.com/rangermix/TwitchDropsMiner.git cd TwitchDropsMiner # Start with docker-compose @@ -114,7 +118,9 @@ pip install -r requirements.txt python main.py ``` -### Support +### Support the Original Author + +This project is a fork. If you find this application useful, please consider supporting the original author:
@@ -153,7 +159,14 @@ Twitch Drops Miner (TDM for short) has been designed with a couple of simple goa This is a web-only application designed for Docker deployment and headless operation. -### Credits: +### Acknowledgments: + +This project is a fork of the excellent [TwitchDropsMiner](https://github.com/DevilXD/TwitchDropsMiner) created by [@DevilXD](https://github.com/DevilXD). Huge thanks to DevilXD for creating and maintaining this amazing tool, and to all the contributors who have helped improve it over time. + +**Original Project:** [DevilXD/TwitchDropsMiner](https://github.com/DevilXD/TwitchDropsMiner) +**Original Author:** [@DevilXD](https://github.com/DevilXD) + +### Translation Credits: