Commit Graph

1734 Commits

Author SHA1 Message Date
Badiboy 373ee4b45b
Merge pull request #1389 from coder2020official/master
Polling is now asynchronous, and some readme fixes.
2021-12-12 13:28:57 +03:00
_run e5f0ba67fc Merge branch 'master' of https://github.com/coder2020official/pyTelegramBotAPI 2021-12-12 15:13:10 +05:00
_run 096d58ae71 Update admin_filter_example.py 2021-12-12 15:13:07 +05:00
_run ed5b47cb96
Update README.md 2021-12-12 15:11:42 +05:00
_run e92946301f Asyncio.run back 2021-12-12 15:07:30 +05:00
Badiboy 7588c9fb9f
infinity_polling 2021-12-10 21:32:57 +03:00
Badiboy 6d10bfefbd
Merge pull request #1386 from zeph1997/master
Create a template for QWERTY custom keyboard an example for ReplyKeyboardMarkup
2021-12-10 21:32:19 +03:00
zeph1997 cebfbb83fa Merge branch 'master' of https://github.com/zeph1997/pyTelegramBotAPI 2021-12-11 02:28:41 +08:00
zeph1997 5a06d8021b changed markup.add row from hardcoded index to *row 2021-12-11 02:28:19 +08:00
zeph1997 a75841aa8e
Merge branch 'eternnoir:master' into master 2021-12-11 02:11:44 +08:00
zeph1997 e76649bb49 Create reply_keyboard_markup_example.py
Example to show how to use ReplyKeyboardMarkup as well as a template for a QWERTY keyboard
2021-12-11 02:11:15 +08:00
Badiboy 7567c6cd71
Merge pull request #1384 from Badiboy/master
Bump version to 4.2.2
2021-12-08 23:45:27 +03:00
Badiboy 751deeafd7 Bump version to 4.2.2 2021-12-08 23:44:57 +03:00
Badiboy 3ebefa15bf
Merge pull request #1383 from coder2020official/master
Bot API 5.5
2021-12-08 13:19:56 +03:00
_run bb19687854 fix 2021-12-08 15:15:57 +05:00
_run 311eec6888 fix 2021-12-08 14:15:40 +05:00
_run 08fc32b70a Comment fix 2021-12-08 14:13:39 +05:00
_run 555257a3fe Documentation Bug fixed 2021-12-08 14:00:39 +05:00
_run 5a03ab62d0 Update test_types.py 2021-12-07 22:27:19 +05:00
_run 038be81db3 5.5 2021-12-07 22:17:51 +05:00
Badiboy fbf34f5953
Bump version to 4.2.1 - AsyncTeleBot alpha 2021-12-04 20:25:39 +03:00
Badiboy 4347dd3dd9
Merge pull request #1380 from coder2020official/master
2 new examples and behaviour change
2021-12-04 20:08:26 +03:00
_run d830ae0b15 Merge branch 'master' of https://github.com/coder2020official/pyTelegramBotAPI 2021-12-04 22:03:56 +05:00
_run 4f198bc6f5 Forgot to update file 2021-12-04 22:03:14 +05:00
_run 66615a41c4
Merge branch 'eternnoir:master' into master 2021-12-04 21:57:32 +05:00
_run a5ee5f816c Update README.md 2021-12-04 21:57:16 +05:00
_run fb52137bff 2 new examples 2021-12-04 21:54:26 +05:00
Badiboy 7ee07f4dc7
Merge pull request #1379 from Badiboy/master
Readme
2021-12-04 19:44:00 +03:00
Badiboy f224069a34 Update README.md 2021-12-04 19:43:33 +03:00
Badiboy 6cca77f755 Update README.md 2021-12-04 19:43:01 +03:00
Badiboy 084289baa4
Merge pull request #1378 from Badiboy/master
Readme minor fixed
2021-12-04 19:42:08 +03:00
Badiboy e2dbb88459 Readme minor fixed 2021-12-04 19:41:25 +03:00
_run a2822c74ed
Update README.md 2021-12-04 21:34:15 +05:00
Badiboy 4cd30c75ac
Merge pull request #1377 from coder2020official/master
Exception handler, Boolean Fix and more
2021-12-04 19:33:53 +03:00
_run f4b9480588
Update README.md 2021-12-04 21:25:47 +05:00
_run 482589af49
Update README.md 2021-12-04 21:25:14 +05:00
_run bbe4a96984
Update README.md 2021-12-04 21:23:23 +05:00
_run 60294d0c41
Update README.md 2021-12-04 21:22:44 +05:00
_run 3035763277 Update send_file_example.py 2021-12-04 21:22:00 +05:00
_run 51eabde320 Update 2021-12-04 21:11:51 +05:00
_run a5305f551c
Update README.md 2021-12-03 21:13:02 +05:00
Badiboy 1f918dece5
Merge pull request #1375 from coder2020official/master
Forgot to make polling sync
2021-11-27 23:12:15 +03:00
_run fc152f37ad
Merge branch 'eternnoir:master' into master 2021-11-28 01:05:11 +05:00
_run 411c7e915a No asyncio.run() 2021-11-28 01:04:49 +05:00
Badiboy 5bf2415653
Merge pull request #1374 from Badiboy/master
Python 3.10 added
2021-11-27 22:30:25 +03:00
Badiboy 7d9856dae3 Python 3.10 added 2021-11-27 22:29:57 +03:00
Badiboy a308ab12fa
Asynchronous TeleBot version Alpha release 2021-11-27 22:28:46 +03:00
_run d58336adcb Fix 2021-11-28 00:25:56 +05:00
_run bfc0b8ecd5 Update async_telebot.py 2021-11-28 00:21:09 +05:00
_run a9b422783f Middlewares, new file, and examples 2021-11-27 23:41:39 +05:00