goutham-11-16/Course-Registration-SIS- — reverse-engineered prompt

Reverse engineered prompt

Build me a Python Telegram bot for KARE students that can handle course registration for them when the SIS portal is unreliable. I want users to send their registration ID and password in Telegram, have those kept secure in memory, and then use a single live dashboard message to start monitoring, see status updates, and manage the whole flow. The bot should keep checking the SIS page, intelligently retry when it hits 502 or 504 gateway errors, and send screenshots while the site is down and again when the registration page finally opens.

Once courses are available, show the course names clearly in Telegram with a compact mobile friendly button layout so it is easy to choose subjects on a phone. After selection, take the user to a confirmation step with a screenshot, and only submit the registration after they tap a final confirm button. It should support multiple users at the same time without mixing sessions. Please make it runnable locally and also easy to deploy in the cloud. Look up current docs online if you need to.

Want more depth? Deep Reverse