24-Hour OTP Bot Integration

Заказчик: AI | Опубликовано: 26.02.2026
Бюджет: 30 $

I run paid, legitimate AdsPower accounts and currently hand out the email / password to each subscriber. To tighten security I want every login to require a one-time password that is issued through a bot I control on both Telegram and Discord. Here’s the flow I have in mind: • Every 24 hours the system generates a fresh 6-digit OTP and sends it to my Telegram and Discord bots. • The same routine simultaneously changes the AdsPower account password, updating whatever storage the bot uses so the next login attempt remains in sync. • Each code must stay valid for exactly 24 hours; once the timer is up, the bot replaces it with a new code and discards the old one. I need the full automation—OTP creation, timed password rotation, scheduling (cron or equivalent), and message delivery—built and deployed. Language and stack are flexible as long as they use the standard Telegram Bot API and Discord.js / discord.py (or similar) so hosting and future edits remain straightforward. Deliverables: 1. Source code for the bot with clear setup instructions. 2. A brief read-me explaining how to add or remove AdsPower accounts and where to configure the 24-hour interval. 3. Proof-of-concept demo showing an OTP issued, validated, and expired, plus the corresponding password change. Successful completion means I can hand a subscriber the email, then point them to the bot; no OTP, no access—and everything refreshes itself daily without manual work.