gieskuy5/amd-register — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python automation tool that can register AMD Developer Cloud accounts and then finish the whole signup flow without me babysitting it. I want to give it my email setup, password, catch all domain, and captcha service key in a config file, then run it for one email or a batch count.

It should create realistic account details, open the AMD registration page in a stealth browser, handle the captcha, wait for the activation email through IMAP, activate the account, log in, and submit the cloud credit request. Also make a second script for the Developer Cloud or DigitalOcean activation flow that can read pending accounts, follow the email links, solve FunCaptcha, verify any emailed codes, and skip accounts that are already registered.

Please save successful accounts and passwords to a simple text file, keep JSON results for activation, and store screenshots or debug info when something fails. Make it configurable and easy to run from the command line. Look up current docs online if you need to.

Want more depth? Deep Reverse