mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-02 11:10:18 +03:00
Pure Python 3 MTProto API Telegram client library, for bots too!
hacktoberfestlibrarymtprotopython-librarystarred-lonamiwebs-repostarred-repotelegramtelegram-apitelethon
.github | ||
api | ||
telethon | ||
telethon_generator | ||
.gitignore | ||
.pre-commit-config.yaml | ||
LICENSE | ||
logo.svg | ||
MANIFEST.in | ||
optional-requirements.txt | ||
README.rst | ||
requirements.txt | ||
run_tests.py | ||
setup.py |
Telethon ======== .. epigraph:: ⭐️ Thanks **everyone** who has starred the project, it means a lot! This is the threaded, simpler version of Telethon for people who can't bother learning ``asyncio`` but wouldn't like their scripts to just stop working. This version is also compatible with Python 3.4 but doesn't have any of the benefits of the ``asyncio`` version and will receive updates slower. Please consider learning ``asyncio``. The `documentation <http://telethon.rtfd.io/>`_ is the same for both versions of the library. Simply don't write any keywords like ``async`` or ``await`` and you will be good.