JR Minnaar
|
1cdfa3e3c2
|
Fix all occurrences of adwanced in text
|
2019-09-12 10:33:24 +02:00 |
|
Rossouw Minnaar
|
a74efa311e
|
Fix spelling
|
2019-09-09 11:13:42 +02:00 |
|
birdi
|
ed0d4796e7
|
Merge branch 'dev-2.x' into add-new-ways-throttle
# Conflicts:
# examples/throtling_example.py
|
2019-08-15 17:06:10 +03:00 |
|
Alex Root Junior
|
23ceb1445e
|
Merge branch 'dev-2.x' into dev-2.x
|
2019-08-15 16:52:51 +03:00 |
|
Suren Khorenyan
|
58a5da925a
|
Refactor examples/webhook_example.py
|
2019-08-11 22:52:54 +03:00 |
|
Suren Khorenyan
|
251760a032
|
Rename webhook example
|
2019-08-11 22:51:50 +03:00 |
|
Suren Khorenyan
|
fdf3c44860
|
Rename old webhook example
|
2019-08-11 22:50:58 +03:00 |
|
Suren Khorenyan
|
94811c57e1
|
Minor refactor examples/text_filter_example.py and examples/throtling_example.py
|
2019-08-11 22:02:36 +03:00 |
|
Suren Khorenyan
|
8538e6af57
|
Refactor examples/regular_keyboard_example.py
|
2019-08-11 21:52:58 +03:00 |
|
Suren Khorenyan
|
747c87631e
|
Refactor examples/regexp_commands_filter_example.py
|
2019-08-11 16:31:01 +03:00 |
|
Suren Khorenyan
|
a93fb46382
|
Refactor examples/proxy_and_emojize.py
|
2019-08-11 15:49:27 +03:00 |
|
Suren Khorenyan
|
68aa7dbf1a
|
Refactor examples/payments.py
|
2019-08-11 15:30:01 +03:00 |
|
Suren Khorenyan
|
95fcaaeed7
|
Micro refactor
|
2019-08-10 22:09:29 +03:00 |
|
Suren Khorenyan
|
7a155794e2
|
Refactor examples/inline_keyboard_example.py
|
2019-08-10 21:55:52 +03:00 |
|
Suren Khorenyan
|
c6871f8071
|
Refactor examples/inline_bot.py
|
2019-08-10 20:17:03 +03:00 |
|
Suren Khorenyan
|
a4f8dc907a
|
Refactor examples/id_filter_example.py
|
2019-08-10 18:41:50 +03:00 |
|
Suren Khorenyan
|
a78b93c5cd
|
Refactor examples/i18n_example.py
|
2019-08-10 17:55:39 +03:00 |
|
Suren Khorenyan
|
d360538bba
|
Some localization changes
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
ad7238fda8
|
Some refactor
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
3867b72df6
|
Refactor examples/echo_bot.py
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
f4aafb043e
|
Refactor examples/check_user_language.py
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
cb7ec3edb8
|
Refactor examples/callback_data_factory_simple.py
|
2019-08-10 00:08:11 +03:00 |
|
Suren Khorenyan
|
846f83f117
|
Some callback_data_factory.py refactor
|
2019-08-10 00:08:11 +03:00 |
|
Arslan 'Ars2014' Sakhapov
|
c0e60f8706
|
Fix issues and rework AdminFilter
|
2019-08-08 20:53:52 +05:00 |
|
Arslan 'Ars2014' Sakhapov
|
bd032f066e
|
Added AdminFilter and example of its usage
|
2019-08-08 19:12:49 +05:00 |
|
birdi
|
288c7099b0
|
add support of no argument in dp.throttled
|
2019-08-03 18:39:54 +03:00 |
|
birdi
|
0c715add94
|
Update throttling example
|
2019-08-03 15:28:36 +03:00 |
|
birdi
|
e4b0c2a3df
|
Add example of usage of multiple text filter
|
2019-07-28 11:59:20 +03:00 |
|
birdi
|
8b028693b6
|
Remove user and chat arguments, update the example
|
2019-07-22 17:49:30 +03:00 |
|
birdi
|
80b1168480
|
Fix docs and rename id-filter-example.py -> id_filter_example.py
|
2019-07-22 16:56:47 +03:00 |
|
birdi
|
6bbc808a3b
|
Add support for a list of ids and update the example
|
2019-07-22 04:33:55 +03:00 |
|
birdi
|
6a3c13ed50
|
Fix example directory
|
2019-07-22 04:21:16 +03:00 |
|
birdi
|
c1fc41bd7e
|
Add example of usage of IdFilter
|
2019-07-22 04:16:30 +03:00 |
|
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 |
|