Commit Graph

555 Commits

Author SHA1 Message Date
Dan
22c51fdd70 Fix docstrings generation for Pyrogram types 2018-04-01 14:34:29 +02:00
Dan
1bbb282dab Change type/desc separator 2018-04-01 13:27:05 +02:00
Dan
c54730b8ab Don't inherit from Object 2018-04-01 13:09:32 +02:00
Dan
44a3a4d69b Add pyrogram.txt template 2018-04-01 13:08:37 +02:00
Dan
1d9bb22789 Merge branch 'master' into new-api 2018-03-28 12:58:48 +02:00
Dan
f1e1480c5a Only parse selected messages 2018-03-27 15:58:04 +02:00
Dan
6f9c12bfe9 Update to v0.6.5 2018-03-27 12:56:28 +02:00
Dan
f28992ce90 Yet another fix for the encoding problems 2018-03-27 12:33:56 +02:00
Dan
91133812a7 Add support for service messages 2018-03-27 12:22:57 +02:00
Dan
527c5450d2 Extend support for pyrogram types 2018-03-26 20:00:25 +02:00
Dan
7447b77b25 Add initial support for pyrogram types 2018-03-26 15:17:00 +02:00
Dan
26e102047e Import pyrogram types 2018-03-26 15:16:27 +02:00
Dan
676f9feba8 Strip None fields away 2018-03-26 15:16:09 +02:00
Dan
3441db17b0 Add pyrogram tl schema 2018-03-26 15:15:31 +02:00
Dan
74d1d99697 Update compiler 2018-03-26 13:51:56 +02:00
Dan
8d4242f08e Remove types 2018-03-26 13:47:41 +02:00
Dan
f3cf08d351 Merge branch 'master' into new-api
# Conflicts:
#	pyrogram/client/client.py
2018-03-26 13:46:48 +02:00
Dan
beaf88adee Remove imports, use namespaces 2018-03-26 13:41:00 +02:00
Dan
e397c4d181 Don't process empty differences 2018-03-26 13:34:54 +02:00
Dan
42a2878842 Don't use sys.exit(), re-raise ImportError instead 2018-03-26 03:39:30 +02:00
Dan
ae21ada0f4 Add some keywords 2018-03-26 02:05:56 +02:00
Dan
52c482f1e4 Use a better error message 2018-03-26 02:03:36 +02:00
Dan
7f13eef44b Remove old code and use a better error message 2018-03-26 02:02:57 +02:00
Dan
e680cce5fa Update docstrings 2018-03-25 22:12:52 +02:00
Dan
16eee1dabb Update docstrings 2018-03-25 21:59:04 +02:00
Dan
faa363fee8 Update docstrings 2018-03-25 21:41:19 +02:00
Dan
5bf64ac444 Don't process empty messages 2018-03-25 17:49:43 +02:00
Dan
61ba9dca8b
Update README.rst 2018-03-24 17:22:57 +01:00
Dan
a956463a57 Update to v0.6.4 2018-03-24 17:15:24 +01:00
Dan
bbe3a8a487 Set supports_streaming to True by default 2018-03-24 15:10:27 +01:00
Dan
813b7958e3 Remove token parameter 2018-03-24 15:02:03 +01:00
Dan
ef71dcf56a Remove **kwargs for generated classes (function/types) 2018-03-23 13:46:43 +01:00
Dan
1d9bb18a38 Only match full t.me/joinchat links 2018-03-23 12:59:03 +01:00
Dan
d1b9886788 Merge remote-tracking branch 'origin/master' 2018-03-23 08:28:51 +01:00
Dan
a0e3ab4199 Yet another markdown pattern fix 2018-03-23 08:27:23 +01:00
Dan
9fe98cf689
Update README.md 2018-03-22 16:22:20 +01:00
Dan
4553bdda5e Add requirements.txt to MANIFEST.in 2018-03-22 15:36:32 +01:00
Dan
5846c72150 Load requirements from file 2018-03-22 15:30:41 +01:00
Dan
cc50d01bb1 Add requirements.txt 2018-03-22 15:30:18 +01:00
Dan
e7adb4baa5 Merge remote-tracking branch 'origin/master' 2018-03-22 14:37:07 +01:00
Dan
a9b1783910 Let api_key and proxy parameters override the config.ini file 2018-03-22 14:36:46 +01:00
Dan
7149adba28
Update README.md 2018-03-22 14:34:33 +01:00
Dan
bf0b8aa692 Clean code 2018-03-21 18:43:48 +01:00
Dan
b200f9d7dd Set Python 3.4 as min version 2018-03-21 18:43:30 +01:00
Dan
700bdd08b1 Add tgcrypto to install_requires and remove pyaes 2018-03-21 18:42:45 +01:00
Dan
f7ce3abc8d Merge branch 'min' 2018-03-21 17:47:02 +01:00
Dan
2122a2e1fa
Merge pull request #37 from EriHoss/flexible_media_downloads
More flexible media downloads with client.download_(media/photo)
2018-03-21 17:41:59 +01:00
Dan
e464226608
Update docs 2018-03-21 17:39:53 +01:00
Dan
569ab1696a
Return the good looking absolute path instead of an ugly relative one #37 2018-03-21 16:17:13 +01:00
Eric Blundell
fa6af8695e Fix missing shutil import 2018-03-21 10:13:45 -05:00