Jannes Höke
ad3eec2af8
ConversationHandler ( #331 )
...
* initial commit for conversationhandler and example
* implement simple Promise for run_async/conversationhandler
* refactor Promise._done to done
* add handling for timed out Promises
* correctly handle promises with None results
* fix handling tuple states
* update comments on example
* Added a first test on the ConversationHandler.
* Fixed a small typo.
* Yapf'd.
* add sphinx doc for conversation handler
* fix title for callbackqueryhandler sphinx docs
2016-07-15 01:30:54 +02:00
Jannes Höke
738e3213a7
Merge branch 'master' into jobqueue-rework
2016-06-20 00:49:01 +02:00
Rahiel Kasim
e10fa66286
echobot: simplify handling messageless updates
2016-06-12 17:06:03 +02:00
Rahiel Kasim
deb9de0ba0
README: remove roboed, rename example
2016-06-12 16:58:18 +02:00
Rahiel Kasim
94fd6851ab
more robust echobot, let roboed go
2016-06-12 15:30:56 +02:00
Jannes Höke
98be6abc11
Remove clibot.py example
2016-05-31 21:07:47 +02:00
Jannes Höke
de2d732135
Merge branch 'master' into jobqueue-rework
...
Conflicts:
README.rst
telegram/ext/commandhandler.py
telegram/ext/messagehandler.py
2016-05-31 15:34:36 +02:00
Jannes Höke
e7f4a07b7a
update timerbot example with pass_job_queue
2016-05-26 14:48:50 +02:00
Leandro Toledo
86571bc75d
addHandler to add_handler
2016-05-26 01:55:51 -03:00
Jannes Höke
b3142d2974
yapf
2016-05-25 23:57:29 +02:00
Jannes Höke
3aedd78e29
make job queue API similar to the dispatcher, add new functionality
2016-05-25 23:36:41 +02:00
leandrotoledo
6bfdff8892
Update examples to column width to 99 [ci skip]
2016-05-23 17:45:01 -03:00
leandrotoledo
c7db9a96cd
Set split_before_logical_operator to True
2016-05-23 17:19:35 -03:00
Rahiel Kasim
5971cb35f8
fix merge conflict snakes with master
2016-04-30 14:56:48 +02:00
Jannes Höke
6e5302c089
pass args in timerbot example #270
2016-04-30 10:19:41 +02:00
Rahiel Kasim
73c60ee817
simpler py2/py3 input in clibot example
2016-04-28 17:32:10 +02:00
Rahiel Kasim
474d5f0c9f
update README and examples to new snake_case methods
2016-04-28 17:29:34 +02:00
Leandro Toledo
998040da92
Update clibot.py
...
Changes group=str to int
2016-04-27 22:10:31 -03:00
Noam Meltzer
3f28633e79
MessageHandler / filters: refactor
...
filters are now functions instead of enum like objects.
their definitions were moved to messagehandler.py
2016-04-26 17:47:37 +03:00
Jannes Höke
d383c10d4e
remove check for inline_query
2016-04-22 15:36:46 +02:00
Jannes Höke
4faa4774bd
Remove bot token
2016-04-22 09:11:52 +02:00
Jannes Höke
1544f612ae
remove cancel command
2016-04-16 21:11:41 +02:00
Jannes Höke
53d1d5f589
fix cancel command
2016-04-16 21:09:24 +02:00
Jannes Höke
6992a7a369
fix key error
2016-04-16 21:03:30 +02:00
Jannes Höke
90576de9e2
inline keyboard example works
2016-04-16 20:55:43 +02:00
Jannes Höke
63c793aad4
initial example for inline keyboard
2016-04-16 20:32:44 +02:00
Jannes Höke
360c3077ea
update examples
2016-04-16 19:25:08 +02:00
Avanatiker
0342a5b30b
Update timerbot.py
...
The missing space bothered me.
2016-04-11 13:36:59 +03:00
kiddick@users.noreply.github.com
a264530540
Fix obsolete import for fsm bot.
2016-03-26 19:00:05 +03:00
Jannes Höke
5e7f2688be
add encoding to fsm example bot
2016-03-22 02:33:43 +01:00
Jannes Höke
7199d2894f
add state machine example
2016-03-21 20:08:32 +01:00
Jannes Höke
af62c5be8e
update examples to telegram.ext
2016-03-19 16:39:35 +01:00
Jannes Höke
e2cc8db992
Merge branch 'master' into inlinebots
2016-02-20 11:17:34 +01:00
Rahiel Kasim
3e978277b3
echobot: simplify exception handling
2016-02-09 15:28:54 +01:00
Jannes Höke
c69cdfd184
Initial commit for inline bot support
2016-01-09 15:09:48 +01:00
Karan Sharma
14a9962296
handle case of negative values of seconds
2016-01-05 19:06:28 +05:30
Jannes Höke
4197400853
remove token once again
2016-01-05 14:29:20 +01:00
Jannes Höke
8175fd7b53
update timerbot example
2016-01-05 13:39:51 +01:00
Jannes Höke
81b58c7d00
remove bot token (once again...)
2016-01-04 01:58:50 +01:00
Jannes Höke
dd7d1255d1
fixes, tests and examples for job queue
2016-01-04 01:56:22 +01:00
Rahiel Kasim
90ed128a61
dedicate examples to the public domain (CC0)
2015-12-25 15:19:17 +01:00
Jannes Höke
2a2b679362
improved and renamed examples
2015-12-22 13:23:59 +01:00
Jannes Höke
ea7c54ba07
Release v3.1.1, change author email everywhere
2015-12-21 21:18:53 +01:00
Jannes Höke
c15a1bc151
fix for #123
2015-12-21 19:36:17 +01:00
Jannes Höke
a13245dfbf
change 'wb' to 'rb' in certificate open call
2015-12-09 12:59:34 +01:00
Jannes Höke
185bff7117
update example
2015-12-01 18:06:42 +01:00
Jannes Höke
628a4c4eac
final renaming of files and flake8
2015-11-24 21:06:55 +01:00
Jannes Höke
1005ad57ce
Improve signal handling
2015-11-23 17:40:39 +01:00
Jannes Höke
8d267ed896
use logging
2015-11-22 19:20:16 +01:00
Jannes Höke
593153128c
Update examples
2015-11-22 19:15:37 +01:00