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

183 Commits

Author SHA1 Message Date
ed6d6cc03f add poll answer handler to poll_example.py to show the example to send next poll or log user answers 2023-02-04 11:22:49 +05:00
10a80e1cfa add only quiz type poll example to the poll_example.py 2023-02-04 10:27:29 +05:00
ad7e4bbaf7 Added poll_example.py in the examples 2023-01-28 18:20:58 +05:00
507d53efbd Rename lambda_function.py to aws_lambda_function.py 2022-10-29 11:57:53 +03:00
1d8dc78c87 Added example of running serverless on AWS Lambda
Example of using of PyTelegramBotAPI in Amazon AWS Lambda
2022-10-29 01:18:52 +03:00
d11b9802da Fixed InlineQueryResultVideo params in example.
Fixed InlineQueryResultVideo params in example. String "Video" was passed in stead of the thumbnail url, making the example not work, This has been tested working.
2022-10-24 16:02:59 +02:00
623d8b27ec Bump version to 4.7.1 2022-10-21 10:18:47 +03:00
5d16b8bd4a Create continue_handling.py 2022-10-11 19:13:10 +04:00
0fecf46201 Create continue_handling.py 2022-10-11 19:09:59 +04:00
27e0197855 Added examples and made it possible to specify --path path for path 2022-10-01 21:28:53 +04:00
e4179ea65f Add SSL cert 2022-08-30 17:27:43 +05:30
d7770bf670 Starlette ASGI example 2022-08-30 17:05:56 +05:30
1667b51034 Example of async bot using webhook and aiohttp
An async echo bot using aiohttp and webhoook
2022-08-10 19:57:30 +02:00
c0ed659f30 Minor code style fixes 2022-08-08 23:07:04 +03:00
047777fada Fixed TOKEN visibility in fastapi swagger 2022-08-08 23:04:36 +03:00
9d9e76e724 small fix
Fixed "ERROR - TeleBot: "message_handler: Commands filter should be list of strings (commands), unknown type supplied to the 'commands' filter list. Not able to use the supplied type."
2022-07-25 15:49:33 +03:00
90a90d4a34 Divided async and sync versions into aio & sync folders 2022-07-09 22:30:36 +05:00
2f32236680 Added run_webhooks for asynctelebot 2022-07-07 22:56:13 +05:00
dd8125cbd0 Rename midddleware to middleware in examples. 2022-06-23 09:09:37 +03:00
ee7adb00df Re-fix inlinekeyboardmarkup 2022-05-23 13:27:48 +05:30
1d0efce76e Update create_invite_link.py
Fix
2022-05-22 02:17:21 +05:30
74d0604c05 Update create_invite_link.py
Bug fix (Real FINAL FIX!!)
2022-05-22 01:54:02 +05:30
d6ec104829 Update create_invite_link.py
Imported both inline keyboards in same line:|
2022-05-22 01:48:48 +05:30
7edaa51995 Update create_invite_link.py
Removed while loop
2022-05-22 01:43:24 +05:30
6bb47e9a44 Update create_invite_link.py
Added .types while importing inline markup keyboards (fix)
Removed threading import since message is not to be deleted
2022-05-22 01:38:32 +05:30
388306b7fe Updated examples 2022-05-21 17:45:59 +05:00
8fefd7b5b3 Create create_invite_link.py
Added create_chat_invite_link() func example
2022-05-20 23:00:38 +05:30
f526a9d8a4 Small srtring formatter fix 2022-05-15 22:46:15 +03:00
42efb8488c Set escape=True by default. 2022-05-14 20:32:28 +05:00
42955d1886 added examples of multibot 2022-05-11 10:50:33 +05:00
532011138c Added examples for formatting 2022-05-01 00:58:06 +05:00
453df01f26 Merge pull request #1511 from abdullaev388/master
Added sync i18n class based middleware
2022-04-24 11:27:12 +03:00
24ae38cca6 added function based middleware i18n example 2022-04-24 12:51:01 +05:00
3b386965ea sync middleware examples separated into two folders 2022-04-24 11:52:01 +05:00
e444bc2a0b Payment example fix 2022-04-23 16:27:53 +03:00
dd25432359 Bot API 6.0. Deprecation fixes 2022-04-23 15:03:54 +03:00
ab64e17464 added new i18n class based middleware 2022-04-23 11:48:58 +05:00
3a5db47c1b removed old class based i18n middleware 2022-04-23 10:44:35 +05:00
1a40f1da7a Bump version to 4.4.1 2022-04-16 23:21:25 +03:00
1cdf9640d7 Fix example on chat_member, fix middleware-exception for async 2022-03-08 12:07:00 +05:00
8fab55e937 Create antiflood_middleware.py 2022-03-07 17:30:10 +05:00
60a23665cb Update flooding_middleware.py 2022-03-07 17:23:55 +05:00
b292b275cb Create basic_example.py 2022-03-07 17:21:59 +05:00
403028bf35 Update README.md 2022-03-07 17:14:51 +05:00
3dda5cff06 Create README.md 2022-03-07 17:14:25 +05:00
7993e1d1c9 corrected setup middleware in async i18n middleware example 2022-02-21 20:08:03 +05:00
5d7ae385ec token removed. 2022-02-20 00:12:14 +05:00
74e9780b30 BaseMiddleware returned to it's original place && I18N middleware is now only in examples 2022-02-20 00:08:14 +05:00
9b20f41ece I18N class removed from telebot.util.py 2022-02-19 23:57:21 +05:00
10b5886dcc Completed I18N examples descriptions 2022-02-19 18:56:27 +05:00