kWAYTV/kick-points-miner ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that keeps track of multiple Kick.com channels and helps me earn channel points automatically by sending chat messages only when a stream is live. It should watch several channels at once, wait different amounts of time depending on whether a stream is active or offline, and add a bit of random timing so it does not feel too mechanical. I want to be able to put my channels, my Kick authorization token, my message choices, and the timing settings in a simple config file, then just run it from the command line. Please include clear logging so I can see what it is doing, and make it easy to run either with Python directly or with Docker. If you need to check anything current about Kick or common Python library usage, look it up online first.
Are you gonna build this?
make sure you review the code using coderabbit