hungvu25/autopixel-main — reverse-engineered prompt
Reverse engineered prompt
Build me a Telegram bot called AutoPixel that helps me check whether a Google account is eligible for the 12 month Gemini Pro offer in Google One. I want it to feel like a real bot someone can use in chat, with simple commands like start, login, check offer, status, get link, and logout.
The bot should simulate a Pixel 10 Pro on Android 16 for each session, sign in to Google with the account details the user provides, support both Gmail and Google Workspace accounts, and handle authenticator app 2FA with a TOTP code when needed. If the offer is found, give back the claim link. If not, explain that the account may not be eligible.
Please keep sessions per user in memory, wipe credentials after use, and add basic safety controls like cooldowns, limited concurrency, retries, and clear error messages. It should run locally and also in Docker with an env file for the Telegram bot token. Keep the code modular and production ready. Look up current docs online if you need to.
Want more depth? Deep Reverse