Pure Python 3 MTProto API Telegram client library, for bots too!
Go to file
2017-08-24 18:05:32 +02:00
api Added custom errors, fixes to code generator 2016-09-05 18:35:12 +02:00
docs Show "Methods accepting this type as input" on the docs 2017-07-08 17:31:57 +02:00
telethon Fix TelegramClient.sign_in not accepting an integer for the code 2017-08-24 18:05:32 +02:00
telethon_examples Make .download_profile_photo() more friendly 2017-08-23 01:35:12 +02:00
telethon_generator Fix confusing names "MtProtoRequest" and ".confirmed" (#176) 2017-07-24 16:54:48 +02:00
telethon_tests Tidy up TelegramBareClient.download_file CDN's mess 2017-08-24 18:00:47 +02:00
.gitignore Allow creating a new parallel connection (closes #102) 2017-06-15 15:50:44 +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
MANIFEST.in Changed README.md to README.rst 2016-11-13 15:39:47 +01:00
README-long.rst Fix TelegramClient.sign_in not accepting an integer for the code 2017-08-24 18:05:32 +02:00
run_tests.py Add shebangs and set proper file permissions 2017-05-20 15:58:44 +02:00
setup.py Use pycrypto's RSA instead the old weird RSA implementation 2017-08-23 21:49:27 +02:00
try_telethon.py Support configuring SOCKS proxy in the example 2017-06-17 00:17:51 +02:00