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

1872 Commits

Author SHA1 Message Date
_run
9652fdbecb
Update README.md 2022-04-16 23:50:45 +05:00
Badiboy
110575ca40
Merge pull request #1500 from coder2020official/master
Road to release(1st part)
2022-04-15 22:49:02 +03:00
coder2020official
22b4e636e2 Road to release(1st part) 2022-04-16 00:13:14 +05:00
Badiboy
1688a466f4
Merge pull request #1492 from nj-vs-vh/master
Issue #1491: missing await inserted
2022-04-01 18:54:37 +03:00
Igor Vaiman
625da4cdd9 missing await inserted 2022-03-27 18:32:05 +04:00
Badiboy
a9e0f5b7b0
Merge pull request #1484 from coder2020official/master
Regular documentation update.
2022-03-21 01:36:15 +03:00
_run
7b1b1a7caa
Update PULL_REQUEST_TEMPLATE.md 2022-03-19 14:06:07 +05:00
coder2020official
a6477541c0 Documentation incorrect display is fixed now. 2022-03-19 13:49:36 +05:00
_run
b652a9f6dc
Update doc_req.txt 2022-03-19 13:26:09 +05:00
_run
73b2813512
Update doc_req.txt 2022-03-10 20:22:42 +05:00
Badiboy
ace28983b6
Merge pull request #1475 from coder2020official/master
Fix
2022-03-08 22:53:55 +03:00
Badiboy
e82675320c
Merge pull request #1474 from WuerfelDev/patch-1
Add TranslateThisVideoBot to the bot list
2022-03-08 22:53:13 +03:00
_run
1e88671799
Merge branch 'eternnoir:master' into master 2022-03-08 12:07:09 +05:00
coder2020official
1cdf9640d7 Fix example on chat_member, fix middleware-exception for async 2022-03-08 12:07:00 +05:00
Badiboy
91badb53e5
Merge pull request #1473 from coder2020official/master
Docstrings of sync telebot updated to fit documentation. Basic middleware classes added.
2022-03-07 20:00:55 +03:00
coder2020official
477d02468d Fixed middlewares 2022-03-07 21:40:39 +05:00
coder2020official
9f3a270fae Merge branch 'master' of https://github.com/coder2020official/pyTelegramBotAPI 2022-03-07 21:13:49 +05:00
coder2020official
244b058648 Fix 2022-03-07 21:13:30 +05:00
_run
886c9b9bc0
Update README.md 2022-03-07 20:38:22 +05:00
_run
41025ba97b
Update setup_python.yml 2022-03-07 20:26:11 +05:00
_run
4875bb6188
Update requirements.txt 2022-03-07 19:04:12 +05:00
_run
5f91c3d4e6
Added python 3.10 to tests 2022-03-07 18:56:16 +05:00
_run
7b62915a5b
Create PULL_REQUEST_TEMPLATE.md 2022-03-07 18:54:59 +05:00
_run
05c3cb2c1d
Update doc_req.txt 2022-03-07 18:08:41 +05:00
_run
60a96d1400
Update README.md 2022-03-07 17:42:47 +05:00
_run
dcd0df93da
Update README.md 2022-03-07 17:39:42 +05:00
_run
f15101fc6f
Update doc_req.txt 2022-03-07 17:32:42 +05:00
coder2020official
5f03253398 Fix comments 2022-03-07 17:31:02 +05:00
_run
8fab55e937
Create antiflood_middleware.py 2022-03-07 17:30:10 +05:00
_run
60a23665cb
Update flooding_middleware.py 2022-03-07 17:23:55 +05:00
_run
b292b275cb
Create basic_example.py 2022-03-07 17:21:59 +05:00
_run
403028bf35
Update README.md 2022-03-07 17:14:51 +05:00
_run
3dda5cff06
Create README.md 2022-03-07 17:14:25 +05:00
coder2020official
dd589e2490 Updated documentation to another theme. 2022-03-07 16:10:44 +05:00
coder2020official
c8fb83c97c Fix documentation 2022-03-07 14:24:28 +05:00
coder2020official
854f6a9506 Merge branch 'master' of https://github.com/coder2020official/pyTelegramBotAPI 2022-03-07 13:30:41 +05:00
coder2020official
be0557c2b5 Multiple middlewares allowed for async 2022-03-07 13:30:39 +05:00
WuerfelDev
436422e4da
TranslateThisVideo Bot 2022-03-06 22:29:57 +01:00
_run
fc72576aaa
Update README.md 2022-03-07 00:39:25 +05:00
coder2020official
f69a2ba044 Update docstrings for asynctelebot. 2022-03-07 00:18:11 +05:00
coder2020official
c45e06c694 Updated description for TeleBot class 2022-03-06 23:23:33 +05:00
coder2020official
78bdf1ca4e Update docstrings 2022-03-06 23:14:07 +05:00
coder2020official
3c7d3c0196 Fix tests 2022-03-06 19:52:42 +05:00
coder2020official
441a5793cc Update docstrings to correct documentation. 2022-03-06 19:41:54 +05:00
coder2020official
388477686b Added middlewares.
Bumped middlewares
2022-03-06 18:39:41 +05:00
WuerfelDev
4f654d9e12
Add TranslateThisBot to the bot list 2022-03-06 04:26:40 +01:00
Badiboy
ac12d0fc02
Merge pull request #1467 from coder2020official/master
CallbackQuery usage with states.
2022-03-02 11:56:13 +03:00
Badiboy
b8ebe4fd58
Merge pull request #1469 from abdullaev388/master
argument of 'func' parameter in handlers can be async function
2022-03-01 18:11:20 +03:00
abdullaev388
c84896391e argument of 'func' parameter in handlers can be async function 2022-03-01 14:39:00 +05:00
_run
995e28e9d8
Remove unnecessary thing 2022-02-26 22:50:55 +05:00