this-is-really/TwitchDropSentryMulti — reverse-engineered prompt
Reverse engineered prompt
Build me a lightweight Rust terminal app for farming Twitch Drops across multiple Twitch accounts at the same time. I want it to open with a simple first time setup wizard that creates the needed data and list files, then lets me log in to each account and saves the sessions locally as JSON.
The app should read a games list where the top game has the highest priority, find eligible live streams for current drop campaigns, show real time progress bars for each account, and automatically claim drops when they’re ready while avoiding duplicate claims. It should also support an optional proxy list, with HTTP and SOCKS5 entries, and an optional Discord webhook for status updates and claim notifications.
Keep it terminal based, fast, and not browser based. Add a clean config file for paths, autostart, proxies, and Discord webhook settings. Make it easy to run on Windows, Linux, and macOS. Look up current Twitch docs online if you need to.
Want more depth? Deep Reverse