A Telegram 2FA verification bot that helps users secure their accounts with two-factor authentication. This bot supports deployment on VPS and Heroku.
- Secure 2FA authentication via Telegram
- Supports VPS & Heroku deployment
- Easy setup and configuration
- Open-source and customizable
─「 ᴅᴇᴩʟᴏʏ ᴏɴ ʜᴇʀᴏᴋᴜ 」─
BOT_TOKEN→ Your Telegram Bot TokenAPI_ID→ Your Telegram API IDAPI_HASH→ Your Telegram API Hash
- Click Deploy on Heroku
- After deployment, go to Resources and enable the bot's worker dyno.
sudo apt update && sudo apt install -y python3 python3-pip gitgit clone https://github.com/DAXXTEAM/2FA.git && cd 2FApip3 install -r requirements.txtEdit 2FA.py file or export manually:
export BOT_TOKEN='your-bot-token'
export API_ID='your-api-id'
export API_HASH='your-api-hash'python3 2FA.pyThis project is open-source and available under the MIT License.
- GitHub: DAXXTEAM
- Telegram: Support Group
Note: Ensure your bot is properly configured to avoid security risks.