Commit graph

395 commits

Author SHA1 Message Date
Alex Root Junior
29364cc2d9 Change information about repo. (Migrate from Bitbucket to Github)
Yep. I hate Github, but it opens more prospects for the promotion of the library.
2017-11-19 00:39:25 +02:00
Alex Root Junior
e42b551f2a Fix classifiers stage detector. 2017-11-18 20:53:23 +02:00
Alex Root Junior
81d126e377 Check response when callback is running in task. 2017-11-17 23:47:26 +02:00
Alex Root Junior
698a2dca03 MediaGroup: Detect media type from dict (in MediaGroup.attach) and other minor improvements. 2017-11-17 23:45:50 +02:00
Alex Root Junior
61e7ff9a47 Change timeout calculator in ChatActions helper. 2017-11-17 23:02:12 +02:00
Alex Root Junior
f11775fcef Implemented features from not announced Telegram Bot API update: sendMediaGroup + InputMedia* + other small changes 2017-11-17 23:01:17 +02:00
Alex Root Junior
7025542e3c Rewrite quick start guide. 2017-11-16 19:37:52 +02:00
Alex Root Junior
3a5c2d78f3 Fix doc warnings. 2017-11-16 19:06:44 +02:00
Alex Root Junior
c1c3d66625 T60: More easy solution for: no wait results from handlers. 2017-11-16 18:56:44 +02:00
Alex Root Junior
ca8d3cad15 Provided customisation of allowed IPs list. // Webhook 2017-11-16 18:36:49 +02:00
Alex Root Junior
600148e6d2 Check response content type. 2017-11-16 17:56:27 +02:00
Alex Root Junior
a5766aad6f Reset webhook when need to skip updates. // executor 2017-11-16 17:56:04 +02:00
Alex Root Junior
f050d08c75 Webhook. Allow requests only from Telegram servers. // Optional 2017-11-16 15:27:15 +02:00
Alex Root Junior
6d9bdce935 Add Message.edit_text method. 2017-11-16 00:58:14 +02:00
Alex Root Junior
a2534dd6ad Make more easy helper for chat actions. 2017-11-16 00:33:38 +02:00
Alex Root Junior
8b28ba8fc4 Add more filters. 2017-11-15 23:42:14 +02:00
Alex Root Junior
e1b60dfe57 Upd disabled storage 2017-11-15 20:22:27 +02:00
Alex Root Junior
99d11430cb Executor // Get loop from dispatcher 2017-11-15 20:21:22 +02:00
Alex Root Junior
1ab9c09a5c Implemented RedisStorage.reset_all - for resetting all states in storage. 2017-11-15 19:15:12 +02:00
Alex Root Junior
191d3023bb Add make install 2017-11-15 18:51:29 +02:00
Alex Root Junior
843caf51a9 Fix ListOfLists deserializer. 2017-11-15 18:46:45 +02:00
Alex Root Junior
2987369925 Update FSM 2017-11-15 18:46:19 +02:00
Alex Root Junior
68a4a7a4aa Add ctx module. Aliases for keys in execution context. 2017-11-15 18:45:39 +02:00
Alex Root Junior
46d6f0641c Upd executor. 2017-11-13 21:06:00 +02:00
Alex Root Junior
cdbe9c82cc Provide to use uvloop 2017-11-13 21:05:44 +02:00
Alex Root Junior
798038484f Provide more content types and and allow to handle all (ContentType.ALL) types of messages. 2017-11-13 20:57:51 +02:00
Alex Root Junior
ff6ee0723f await >_> 2017-11-11 20:33:32 +02:00
Alex Root Junior
59bea7216a Oops. Change API version in docs and add API version to aiogram.__init__ 2017-11-11 12:46:33 +02:00
Alex Root Junior
ee84d753c7 Tests. Let's start. 2017-11-11 12:43:22 +02:00
Alex Root Junior
104d6d1731 Add docs for dispatcher.handler 2017-11-11 12:42:41 +02:00
Alex Root Junior
c10f933ca5 Add util: safety execute coroutine 2017-11-11 12:38:11 +02:00
Alex Root Junior
2957ff75ee Fix URL's 2017-11-11 12:36:35 +02:00
Alex Root Junior
ecc34d9ae9 Fix contrib.fsm_storage.redis.Redis.update_data 2017-11-11 12:30:41 +02:00
Alex Root Junior
9924fdc532 Oops. 2017-11-11 11:59:55 +02:00
Alex Root Junior
0466041d85 T61: Delete webhook before Polling 2017-11-11 11:56:56 +02:00
Alex Root Junior
f0e8de613a Fix-fix-fix 2017-10-28 13:24:35 +03:00
Alex Root Junior
e6e7ebbf85 Fix channel_post handling. // AttributeError: 'NoneType' object has no attribute 'chat' 2017-10-28 13:20:41 +03:00
Alex Root Junior
f7795d9d45 Bot object has no longer provide prepare_object 2017-10-27 21:01:10 +03:00
Alex Root Junior
3e505a653b Parse Message.date as date & update DateTimeField. 2017-10-27 20:29:54 +03:00
Alex Root Junior
b3661aea27 Fix 'TypeError: register_channel_post_handler() missing 1 required positional argument: 'callback'' 2017-10-27 20:29:00 +03:00
Alex Root Junior
bdbaf04b1b Hm... lost.. I thinks i'm already merged that... 2017-10-27 14:56:06 +03:00
Alex Root Junior
a9c152782a Merge branch 'master' into dev-1.x
# Conflicts:
#	aiogram/__init__.py
2017-10-27 14:53:24 +03:00
Alex Root Junior
6ee44d4e04 Fix executor. 2017-10-24 16:21:49 +03:00
Alex Root Junior
2587c63d0e Add payments example. 2017-10-23 16:24:08 +03:00
Alex Root Junior
c9b5213144 Add __init__ in LabeledPrice object. 2017-10-23 16:23:52 +03:00
Alex Root Junior
dc4f18b5d7 Fix answerShippingQuery and sendInvoice. 2017-10-23 16:23:24 +03:00
Alex Root Junior
95a42a6b75 Add Makefile 2017-10-22 18:36:13 +03:00
Alex Root Junior
44a24b243c Make some types hashable. 2017-10-22 17:18:44 +03:00
Alex Root Junior
afd76cce9f Update types to 3.4 Bot API 2017-10-22 16:55:33 +03:00
Alex Root Junior
1b87532221 Small changes. 2017-10-22 14:15:19 +03:00