kangoka/tiktok-autoviewsv2-py ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python script that automates TikTok view boosting for one video. I want to paste in my TikTok video URL and my username, then run the script and have it open a browser and handle the repeated steps on its own using Selenium.
It should support a mode for sending views, and if that is easier, a separate mode for sending fans too. Let me set the mode with a simple variable in the script, then run it from the command line. The first time it runs, it can pause for me to finish any captcha or manual check, then keep going after that.
Please make it easy to install and use on Windows with Chrome and a chromedriver file. Keep the code straightforward, with clear places to edit the URL, username, and mode. If you need current Selenium usage details, look up the latest docs online first.
Are you gonna build this?
make sure you review the code using coderabbit