1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
Commit Graph

173 Commits

Author SHA1 Message Date
agentik-007
1da5d1e0e2 Update webhook_flask_echo_bot.py 2016-05-16 14:31:36 +03:00
Ubuntu
5906d632d6 Fix the bug that the return of request.get_data() is not string. 2016-05-02 11:07:23 +00:00
eternnoir
ee52241cc2 Update inline example. 2016-04-14 17:43:45 +08:00
eternnoir
b8f251140d Fix thumb_url must have value. 2016-01-05 22:23:00 +08:00
eternnoir
805e3554de Update readme. 2016-01-05 21:54:47 +08:00
eternnoir
8278eef7f3 Add inline bot example. 2016-01-05 14:58:19 +08:00
FrankWang
969c5e76ef Fix bytes not string. 2015-10-18 22:03:29 +08:00
Sergio Conde Gómez
d6552eb4c6 Add webhook examples 2015-10-06 12:06:23 +02:00
pieter
61b4ca8a37 Added download_file and created an example 2015-09-18 20:54:22 +02:00
Kondra007
b1e659da28 Check if field is None
A slight change, still not very good though. Something like `{!s}{!s}{!s}.format(....)` seems a better aproach
2015-09-03 18:06:54 +03:00
pieter
4526c4f8a7 First TeleBot bot bug fix: wrong group chat id comparison (str and int) 2015-09-01 23:29:01 +02:00
pieter
efc98c084f Added TeleBot bot source 2015-09-01 23:20:24 +02:00
97Pedrito
d118e9edcc Remove the deprecated time.sleep calls.
Reformatted detailed_example to follow Python naming conventions & PEP-8 conventions
2015-08-30 19:31:48 +02:00
FrankWang
8abd3fe140 Update text. 2015-07-30 11:40:54 +08:00
eternnoir
d546a4f1e9 Add step handler example. 2015-07-30 11:30:16 +08:00
Leandro Späth
e5a17caa9f Updated detailed example to use message handlers
Now using message handlers instead of the listener for almost everything (except console output)
2015-07-12 15:50:50 +02:00
LeoDJ
efdf35796d Detailed example 2015-07-12 00:41:34 +02:00
LeoDJ
bbf8b5d5f9 Added todo comment 2015-07-12 00:36:39 +02:00
LeoDJ
30e3fbaa1a Created detailed example
Using almost every command, this API has to offer
2015-07-12 00:29:45 +02:00
pieter
0a2d1394b2 Created a deep-linking example.
(Source: my answer at http://stackoverflow.com/questions/31042219/how-to-have-authentication-in-a-telegram-bot)
2015-07-04 02:32:43 +02:00
eternnoir
645c0b7fb4 Fix example echo bot command list bug. 2015-07-03 15:04:11 +08:00
pieter
21231a3f01 PEP-8 clean-up. 2015-07-02 23:47:05 +02:00
pieter
47ce846ce1 Added TeleBot#reply_to(message, text)
Added examples dir and an EchoBot sample.
2015-07-02 23:38:11 +02:00