Raidensz/OTP-Bot-Telegram — reverse-engineered prompt

Reverse engineered prompt

Build me a Telegram bot in Python that lets me manage user subscriptions and send automated voice calls for legitimate verification and testing flows. I want users to be able to start the bot, check whether their subscription is active, see a help message, and trigger a call by sending a phone number, name, code, and company name. The bot should use Twilio to place the call and ElevenLabs to generate the spoken message, and it should be able to collect numeric input during the call and save the result. I also want an admin only command to add subscription days to a user and some kind of expiration notice when a subscription runs out.

Please keep it simple to run locally with a config file in conf for the bot token, Twilio credentials, ngrok URL, and phone number, plus per user data folders. It should include the Telegram bot part and the small web server for Twilio voice responses. If anything is outdated, look up the current docs online and make it work end to end.

Want more depth? Deep Reverse