Skip to content

Instantly share code, notes, and snippets.

View InukaAsith's full-sized avatar
🎮
Gamer

Inuka Asith InukaAsith

🎮
Gamer
View GitHub Profile
@InukaAsith
InukaAsith / autoreplier.py
Created December 3, 2020 11:24 — forked from yi-jiayu/autoreplier.py
Automatic replies for Telegram (Updated for Telethon 1.6.2)
import time
from telethon import TelegramClient, events
# sample API_ID from https://github.com/telegramdesktop/tdesktop/blob/f98fdeab3fb2ba6f55daf8481595f879729d1b84/Telegram/SourceFiles/config.h#L220
# or use your own
api_id = 17349
api_hash = '344583e45741c457fe1862106095a5eb'
# fill in your own details here