anomusly/Discord-Token-Gen-Selenium — reverse-engineered prompt
Reverse engineered prompt
I want a simple Python tool for learning browser automation that opens a signup page in Chrome, fills in realistic fake user details, and walks through the registration flow with Selenium. It should pause whenever a CAPTCHA appears so I can solve it manually, then continue once I’m done. Please make it save the generated email and password, plus any non sensitive success info, into easy text files so I can review what happened after each run.
Keep it lightweight and easy to run from one main script. It should handle basic waiting, page changes, and simple retry behavior if the site is slow or rate limited. If anything fails, show clear messages instead of crashing. I also want it to use fake temp style email names as plain text only, not real inbox automation or token grabbing. Add a short note in the app that this is for testing and education only. If you need details, check the current Selenium docs online.
Want more depth? Deep Reverse