glizzykingdreko/icloud-hme ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool for managing iCloud Hide My Email addresses.
I want to be able to log in with my iCloud account, including 2FA, then generate new Hide My Email aliases, list the ones I already have, and export them to CSV or JSON. It should support more than one iCloud account, let me switch between them, and keep everything stored locally on my machine, not in the cloud.
Please make the commands simple, like auth, generate, list, export, accounts, and logout. It should also handle temporary versus saved aliases, let me add a label when generating addresses, and warn me if Apple rate limits are hit. If it helps, look up the current docs online and make sure the login flow works properly instead of using copied cookies. Also include a small Python interface so it can be used from code too.
Are you gonna build this?
make sure you review the code using coderabbit