alvarosmpn6-commits/IvaSMS-New ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that watches my IVASMS account for new OTP messages and sends them straight to a Telegram group in a nice format that makes the code easy to tap and copy.
I want it to log in automatically, check for new OTPs on a schedule, avoid sending the same OTP twice, and keep a simple cache so old ones expire after a while. Please include a small web dashboard too, so I can see whether the bot is running, check the current status, clear the cache, and trigger a manual check if needed. It should handle errors gracefully and keep running in the background.
Make it easy to set up with environment variables, and include whatever files are needed so I can run it locally or deploy it on a service like Replit or Heroku. If you need to look up current docs online for the Telegram library or deployment details, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit