Ashyboy25/Ivasms ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python Telegram bot that logs into the IVASMS portal, keeps checking for new OTP messages, and sends a nicely formatted alert to a Telegram group as soon as it finds one.
I want it to support the common services mentioned in the README, like WhatsApp, Facebook, Apple, Google, Telegram, Microsoft, Amazon, Twitter, Instagram, and Discord, and show the OTP, the time, the service name, and the sender number in a clean message.
Please make it easy to run locally with a simple env file for the bot token, chat ID, IVASMS email, and password, and also make sure it can be deployed on Render without extra work. If the login page or site layout has changed, feel free to check the current docs or inspect the site and adjust the scraping so it still works. Also include sensible error handling so it does not crash if the portal is temporarily unavailable or the login fails.
Are you gonna build this?
make sure you review the code using coderabbit