encore22/pixel-gemini — reverse-engineered prompt
Reverse engineered prompt
Build me a Replit friendly Python Telegram bot that helps me check whether my own Gmail account has the free 12 month Gemini Pro offer in Google One.
I want the bot to feel simple in Telegram. It should have commands like start, login, check offer, get link, and status. When I log in, it should ask for my Gmail and password in a private chat flow, keep the credentials only in memory, and delete the password message right away. When I check the offer, it should open Google One through a simulated Pixel 10 Pro Android browser session, look for the Gemini Pro activation offer, and send me the activation link if it finds one.
Please make it work on Replit with a Telegram bot token stored as a secret. Include clear setup instructions, sensible error messages, and status updates while it is checking. Only design this for accounts I own. Look up current docs online if you need to.
Want more depth? Deep Reverse