Commit graph

78 commits

Author SHA1 Message Date
Alex Root Junior
8fccd29594
Merge pull request #162 from setazer/dev-2.x
remove unnecessary loop definitions
2019-07-16 09:36:40 +03:00
Alex Root Junior
050935117f
Merge pull request #155 from Birdi7/callback-data-factory-simple-example
Add simple example of usage of callback data factory
2019-07-15 15:44:18 +03:00
SetazeR
1ea76cd902 remove unnecessary loop definitions 2019-07-15 14:00:38 +07:00
birdi
7b9422f627 Add simple example of usage of callback data factory 2019-07-10 21:08:29 +03:00
birdi
31b92e1b95 Add inline keyboard usage example 2019-07-10 12:16:00 +03:00
birdi
af889ad6b2 Add regular keyboard usage example 2019-07-10 12:04:03 +03:00
SetazeR
eae7dc5a2e
unify finishing state machine interaction 2019-07-01 09:19:31 +07:00
Kylmakalle
0b12501498 Update i18n example 2019-06-26 00:04:30 +03:00
Nikita
088116e1c7 Reformat code 2019-03-24 00:15:09 +05:00
Alex Root Junior
fc787188da Enumerate posts in example from 1 2018-11-24 22:50:18 +02:00
Alex Root Junior
2fc16b79ff Implement callback data factory. 2018-11-24 22:32:58 +02:00
Alex Root Junior
2e2d9ea433 Fix filters. 2018-11-24 22:12:20 +02:00
Alex Root Junior
9f13e11e6b Bump examples, docs and executor (nothing) 2018-10-28 19:35:06 +02:00
Alex Root Junior
39c333251f Rewrite contextvar usage. Implemented ContextInstanceMixin and DataMixin 2018-10-20 15:55:57 +03:00
Alex Root Junior
88c5b3a606 Update FSM example. 2018-09-21 22:44:11 +03:00
Alex Root Junior
5be3f9d00b Allow to get current handler 2018-09-21 22:34:59 +03:00
Alex Root Junior
acdcd1455f Experimental: FSM Middleware. 2018-08-14 19:19:10 +03:00
Alex Root Junior
b16963d4a9 Make single elements ContentType object and ContentTypes class for listed elements 2018-08-13 23:53:37 +03:00
Alex Root Junior
d5290647c5 Remove Connectors mechanism and use aiohttp_socks instead of aiosocksy for Socks4/Socks5 proxies 2018-08-13 23:25:17 +03:00
Alex Root Junior
272cf155f2 Merge branch 'master' into dev-2.x
# Conflicts:
#	aiogram/__init__.py
#	aiogram/utils/json.py
2018-08-03 23:14:25 +03:00
Oleg A
7f588082b9
Create webhook_example_2.py 2018-07-18 01:21:50 +03:00
Alex Root Junior
2cc9720b09 Merge branch 'dev-1.x' into dev-2.x
# Conflicts:
#	examples/broadcast_example.py
2018-07-14 16:30:26 +03:00
Alex Root Junior
06df482061 Partial update examples. 2018-07-14 16:28:20 +03:00
Suren Khorenyan
40fd2b126b Fix broadcast example 2018-07-02 21:51:48 +03:00
Alex Root Junior
cdc51a6994 Implement i18n middleware and add example. 2018-06-30 03:59:34 +03:00
Alex Root Junior
ac50db075b Improve FSM. 2018-06-27 06:50:08 +03:00
Alex Root Junior
b4d8ac2c0a Fix FSM storage and filter. 2018-06-27 01:13:53 +03:00
Alex Root Junior
06fbe0d9cd Remove context util. 2018-06-25 01:31:57 +03:00
Alex Root Junior
ddb6c81d9c Example: Simple broadcast messages 2018-05-04 00:19:18 +03:00
Alex Root Junior
80d2b24d7e Remove deprecated temp session. 2018-04-23 00:02:13 +03:00
Alex Root Junior
c672faed0b Upd proxy example. 2018-04-22 22:16:50 +03:00
Alex Root Junior
9e97cd6727 destroy_temp_session is awaitable 2018-04-19 03:32:38 +03:00
Alex Root Junior
46c73524be Merge branch 'master' into dev-1.x 2018-03-19 01:27:37 +02:00
Olegt0rr
7b71a72bde
Split WEBHOOK and WEBAPP settings 2018-03-18 14:41:34 +03:00
Pryanik
5de860af6e
Fixed minor typo 2018-02-23 22:33:25 +03:00
Suren Khorenyan
f9c44bb2d7 Minor typos fixes in examples 2018-02-21 19:09:44 +03:00
Suren Khorenyan
55ed11dbd2 Slightly improved payments example 2018-02-17 20:41:55 +03:00
Suren Khorenyan
70fb332fd3 Minor refactoring:
- removed remaining assertions
- quotes replaced with double quotes in f-strings
2018-02-12 22:06:05 +03:00
Suren Khorenyan
3c99b171f6 Minor typos fixes 2018-02-11 12:50:28 +03:00
Sergey
08b7021ca0
Create regexp_commands_filter_example.py 2018-01-20 02:18:19 +03:00
Alex Root Junior
2ab33fa1f8 Add context middleware (with example of usage) 2018-01-10 20:39:56 +02:00
Alex Root Junior
c567b77a00 Add example for Middleware and throttling manager. 2017-12-22 05:21:44 +02:00
Alex Root Junior
ed6ae575d1 Add example for throttling manager (anti-flood) 2017-12-02 22:57:35 +02:00
Alex Root Junior
e932c6f968 Change inline_example. 2017-11-28 17:23:35 +02:00
Alex Root Junior
d58ec3977a Add example for media group. 2017-11-21 20:33:22 +02:00
Alex Root Junior
ef3b59c63c Typo 'pooling' -> 'polling'. 2017-11-21 00:53:53 +02:00
Alex Root Junior
801ca1558e Upd examples. 2017-11-19 01:05:50 +02:00
Alex Root Junior
2987369925 Update FSM 2017-11-15 18:46:19 +02:00
Alex Root Junior
2587c63d0e Add payments example. 2017-10-23 16:24:08 +03:00
Alex Root Junior
17871155ee FSM storage closing now is async 2017-10-18 22:32:21 +03:00