Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ—‘๏ธ Telegram Delete Account Bot (Python)

A simple Telegram bot that helps users delete their Telegram accounts through telegram bot.

๐Ÿš€ Features

  • 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

๐Ÿงน Requirements

  • Python 3.7+

  • telethon library Install with:

    pip install telethon

โš™๏ธ Configuration

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.

๐Ÿง  How It Works

  1. Run the bot:

    python bot.py
  2. Open Telegram and message the bot.

  3. Send your phone number (with country code).

  4. Enter the verification code when prompted.

  5. The bot will handle the deletion process via the Telegram API.

๐Ÿ“Œ Notes

  • Account deletion is irreversible. Use carefully.
  • Make sure the number you send is linked to a real Telegram account.

๐Ÿ‘ค Author

Coded with โค๏ธ by Sajjad Mo-Be ๐Ÿ“ฌ Telegram: @imSajjadMB

About

A Python+Telethon bot for deleting your Telegram accounts

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages