Commit Graph

183 Commits

Author SHA1 Message Date
robox 6c770d81f9 Extend examples with aiohttp 2017-01-30 01:54:49 +06:00
i32ropie b6fee07089 Updated from ReplyKeyboardHide() methode to ReplyKeyboardRemove() 2017-01-20 10:55:34 +01:00
Andrey Mishakin be87e4b2b9 Fix error in webhook flask example 2017-01-04 21:50:09 +03:00
Roman Shchekin 653c892b33 Example of inline bot fixed 2016-07-17 15:54:26 +03:00
FrankWang 3dcd59c22e Fix example 2016-07-11 21:29:25 +08:00
Dmitry 05f1c87c7d Update webhook_flask_heroku_echo.py 2016-05-25 19:25:46 +06:00
Dmitry 59b19fbbc1 Update webhook_flask_heroku_echo.py 2016-05-25 19:15:13 +06:00
Dmitry e87907f0b8 Update webhook_flask_heroku_echo.py 2016-05-25 01:44:09 +06:00
Dmitry d84aa796c0 Add files via upload 2016-05-25 01:42:25 +06:00
Kondra007 aee9255568 Changed "Process_new_message" to "Process_new_update"
This way all types of queries (Message, Inline query, Callback query) are supported.
2016-05-20 17:40:22 +03:00
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