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

2289 Commits

Author SHA1 Message Date
f4c5dd0d22 Merge pull request #1691 from ananthb/master
Starlette ASGI example
2022-08-30 15:55:28 +03: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
095bf03227 Merge pull request #1688 from ananthb/patch-1
Import aioredis from redis module too
2022-08-30 12:28:18 +04:00
85bd174fdc Update redis_storage.py 2022-08-30 12:26:34 +04:00
b86c38367a Import aioredis from redis module too
aioredis is available in redis-py as of version 4.2.0rc1: https://github.com/aio-libs/aioredis-py#-aioredis-is-now-in-redis-py-420rc1-
Try importing from the new package as well.
2022-08-28 17:32:56 +05:30
b8214d32d5 Merge pull request #1679 from Badiboy/master
Code simplify and sync/async unificatiion
2022-08-22 12:20:36 +03:00
f4e66f6807 Added traceback for handlers exception 2022-08-21 22:27:02 +03:00
b1a4136603 Code simplify and sync/async unificatiion 2022-08-21 20:32:37 +03:00
3d97b08289 Merge pull request #1678 from coder2020official/master
Fixed bug with searching a new handler after the execution of handler
2022-08-21 19:38:59 +03:00
3d2576ca24 Fixed bug with searching a new handler after the execution of handler 2022-08-21 20:42:55 +05:00
b2d2ab5c33 Merge pull request #1675 from coder2020official/master
Fixed #1650
2022-08-17 00:38:59 +03:00
c9a732e3dd Merge branch 'eternnoir:master' into master 2022-08-16 21:39:55 +05:00
01be1fb583 Fixes #1650 2022-08-16 21:39:20 +05:00
7b95874627 Merge pull request #1672 from Badiboy/master
Typo fix
2022-08-16 17:34:57 +03:00
426f9f3787 Typo fix
and minor code opt
2022-08-16 17:12:50 +03:00
47ae696528 Merge pull request #1668 from coder2020official/master
Update asyncio_helper.py
4.7.0
2022-08-13 13:03:47 +03:00
a9b8baea2c Merge pull request #1667 from Badiboy/master
Readme update
2022-08-13 12:59:57 +03:00
d3cab9cdba Update asyncio_helper.py 2022-08-13 14:59:57 +05:00
d6ef67073e Readme fix 2022-08-13 12:59:13 +03:00
345fa3433c Readme update 2022-08-13 12:58:20 +03:00
c95ba8c9c2 Merge pull request #1666 from coder2020official/master
Update async_telebot.py
2022-08-13 14:58:11 +05:00
20bdb54e94 Update async_telebot.py 2022-08-13 14:57:39 +05:00
124dfbf392 Merge pull request #1665 from Badiboy/master
Bump version to 4.7.0
2022-08-13 12:53:00 +03:00
9f9821bbe8 Bump version to 4.7.0 2022-08-13 12:52:38 +03:00
c8d1dac61e Merge pull request #1663 from coder2020official/master
Bot API 6.2
2022-08-13 12:44:33 +03:00
ffb34da610 Fix 2022-08-13 14:40:20 +05:00
2647a02fc6 Contains_mask 2022-08-13 14:36:48 +05:00
dd4073fd74 Fixes regarding contains_masks 2022-08-13 13:22:25 +05:00
737c3a439d Fix tests(1st attempt) 2022-08-12 22:13:54 +05:00
40698408c9 Bot API 6.2 2022-08-12 22:10:08 +05:00
ffa1c37204 Update README.md 2022-08-12 20:12:44 +05:00
d42c8e2961 Merge pull request #1652 from coder2020official/master
Added InputFile
2022-08-12 17:35:20 +03:00
5471b88da6 Update apihelper.py 2022-08-12 19:25:46 +05:00
26db76f207 Fix backward comptability 2022-08-12 15:25:51 +05:00
e860f114c6 Forgot to remove unnecessary import 2022-08-12 14:37:00 +05:00
c5a69944be Documentation improvements and file name fix 2022-08-12 14:33:24 +05:00
2fe5ba403e Merge pull request #1662 from Peibolvig/add_web_app_data_content_type
Add 'web_app_data' content type to README
2022-08-12 10:14:03 +03:00
d2a7f975de Merge pull request #1661 from ablakely/patch-1
Update README.md
2022-08-12 10:08:09 +03:00
41b1519786 Add 'web_app_data' content type to README 2022-08-12 01:53:35 +02:00
93e1813139 Update README.md
Added TeleServ
2022-08-11 18:17:06 -05:00
dab5d7f632 Merge pull request #1660 from Mahakam20000/master
Example of async bot using webhook and aiohttp
2022-08-10 22:28:17 +03:00
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
7d94e01009 Merge pull request #1655 from dasshit/master
Fix for token visibility in swagger in fastapi webhook example
2022-08-09 08:04:16 +03: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
839aced912 Merge pull request #1646 from coder2020official/test_branch
Removed state storages and fixed a typo(for docs)
2022-08-01 13:24:29 +03:00
d03f3b2c52 Updated asyncio_helper to support InputFile and fixed unecessary methods 2022-08-01 14:09:44 +05:00
65b353ffae Added InputFile 2022-08-01 12:40:43 +05:00
914c5fdf0c Merge pull request #1649 from Badiboy/master
Bump version to 4.6.1
4.6.1
2022-07-27 17:19:53 +03:00