Hazza3100/Twitch-account-creator — reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool for educational testing that looks like a Twitch account creator, but keep it safe by using mock requests instead of actually creating real accounts or bypassing captchas.
I want it to generate realistic sample usernames, bios, emails, profile pictures, and fake tokens locally, then save the results into simple files inside a data folder. Add a simple console menu where I can choose how many sample accounts to make, see progress, and review any errors.
Please include config spots for things like proxies and a captcha API key, but don’t actually connect to Twitch or any real captcha service. Make the code easy to understand and run from main.py, with clear setup instructions in the README. If you need current Python docs or library details, look them up online.
Want more depth? Deep Reverse