Ethan-W20/openai-auto-register — reverse-engineered prompt

Reverse engineered prompt

I want a local learning project that can automate account signup and token refresh in two ways, a direct API flow as the main option and an older browser based fallback. It should let me paste in a list of email accounts, work with Outlook or my own domain inbox through IMAP, wait for verification emails, and save any successful result as one JSON file per account with the email and tokens.

Please give it a simple web page on localhost where I can start a run, choose concurrency, set proxy and IMAP details, watch live logs, and switch between register mode and login refresh mode. Default to the more stable Python version, but include the faster high volume option too if it fits.

Also be realistic that this repo seems partly outdated now, so keep the browser flow marked as legacy and make the app handle errors and retries cleanly instead of pretending everything still works. Look up current docs online if you need to.

Want more depth? Deep Reverse