hafilrazz/Net2bot ? reverse-engineered prompt
Reverse engineered prompt
Build me a Telegram bot in Python that lets a user paste Netflix cookies in a few common formats, then checks whether they still work and shows the account details the session can access.
I want it to be easy to run on a small server, with the bot handling chat messages and a simple web page for status and health checks. When someone sends /start or /help, explain how to use it, then accept cookie text, detect the format automatically, and return a clear result like valid or invalid, plus the login links for phone, desktop, and TV if that’s possible. If the cookie is valid, show useful account info like profile names, plan type, country, email, billing date, and any payment or verification status that the service returns.
Please keep the code clean, handle bad input gracefully, and make sure the output is easy to read in Telegram. If you need current API details or deployment info, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit