telegram-userbots

Installation
SKILL.md

Telegram userbots — MTProto, and what it costs

A bot token is issued to software. An MTProto session is a logged-in human being — the same authority the person has, held in a file, with none of the protections a token has. Everything in this skill follows from that one difference.

Read against Telethon 1.44.0 and core.telegram.org on 2026-08-25. Telethon minor releases change session and entity-cache behaviour; the version you are on is a fact to check, not to assume.

Deep material, loaded on demand:

Read When
references/sessions-and-auth.md logging in, storing a session, rotating one, or moving between machines
references/rate-and-flood.md anything that loops over chats, users or messages — FloodWait, pacing, takeout
references/entities-and-history.md resolving peers, iterating history, downloading media at scale
Installs
10
GitHub Stars
1
First Seen
3 days ago
telegram-userbots — ssheleg/telegram-dev