Skip to content

Instantly share code, notes, and snippets.

View wiz64's full-sized avatar
✈️
flying high, probably to heaven

Travis Flores wiz64

✈️
flying high, probably to heaven
View GitHub Profile
@wiz64
wiz64 / leave-all-telegram.py
Last active June 28, 2025 13:24
Telegram Leave All groups and Channels Python Script
# Python script that leave all groups and channel on your account
# useful to clean up crowded telegram accounts with hundreds of groups joined
# Developer : wiz64
# https://gist.github.com/wiz64/eccab4158037238dc77b03d8c01cbf83
from telethon.sync import TelegramClient
from telethon.tl.functions.messages import GetDialogsRequest
from telethon.tl.types import InputPeerEmpty
import telethon
# Go to https://my.telegram.org/apps, sign in, go to API development tools, create an app, copy and paste below: