Pure Python 3 MTProto API Telegram client library, for bots too!
Go to file
2018-08-01 15:18:44 +02:00
.github Be more strict in the ISSUE_TEMPLATE 2018-04-26 19:00:45 +02:00
api Added custom errors, fixes to code generator 2016-09-05 18:35:12 +02:00
telethon Merge branch 'master' into sync 2018-08-01 15:18:44 +02:00
telethon_generator Merge branch 'master' into sync 2018-08-01 15:18:44 +02:00
.gitignore Create a third module to store patched objects 2018-07-22 19:12:09 +02:00
.pre-commit-config.yaml Add pre-commit hooks configuration 2016-11-30 00:29:05 +03:00
LICENSE Updated README.md 2016-09-10 14:10:47 +02:00
logo.svg Use better practices for logo's svg 2018-06-26 10:12:00 +02:00
MANIFEST.in Changed README.md to README.rst 2016-11-13 15:39:47 +01:00
optional-requirements.txt Remove SQLAlchemy session 2018-03-17 17:38:16 +01:00
README.rst Remove all async/await 2018-06-28 09:08:18 +02:00
requirements.txt Add Python type hints to attributes of TL types (#678) 2018-03-12 10:58:56 +01:00
run_tests.py Make lint happier 2017-09-04 17:10:04 +02:00
setup.py Merge branch 'master' into sync 2018-06-29 11:35:39 +02:00

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.