A simple Telegram bot that helps users delete their Telegram accounts through telegram bot.
- Built with Python + Telethon
- Accepts user's phone number and verification code
- Handles the full flow to delete the Telegram account
- Easy to run with your own bot token
-
Python 3.7+
-
telethonlibrary Install with:pip install telethon
Edit the following lines in the script to use your own Telegram API credentials:
#################################
api_id = '1234123' #your api_id
api_hash = 'Sajjad Mobe' #your api_hash
bot_token = '2003:imSajjadMB' #your bot token
#################################You can get your api_id and api_hash from my.telegram.org.
โ ๏ธ Do not share your credentials publicly.
-
Run the bot:
python bot.py
-
Open Telegram and message the bot.
-
Send your phone number (with country code).
-
Enter the verification code when prompted.
-
The bot will handle the deletion process via the Telegram API.
- Account deletion is irreversible. Use carefully.
- Make sure the number you send is linked to a real Telegram account.
Coded with โค๏ธ by Sajjad Mo-Be ๐ฌ Telegram: @imSajjadMB