Skip to content

Instantly share code, notes, and snippets.

View hemangjoshi37a's full-sized avatar
🏠
Working from home

Hemang Joshi hemangjoshi37a

🏠
Working from home
View GitHub Profile
# Code from https://python.plainenglish.io/telegram-channel-listener-with-python-8176ebe3c89b
import configparser
import json
import re
from telethon.errors import SessionPasswordNeededError
from telethon import TelegramClient, events, sync
from telethon.tl.functions.messages import (GetHistoryRequest)
from telethon.tl.types import (
PeerChannel