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

1468 Commits

Author SHA1 Message Date
1ba595daa0 Merge pull request #1153 from hemantapkh/patch-1
Add Torrent Hunt bot in README
2021-05-11 09:23:59 +03:00
47cab4d63e Fix typo 2021-05-11 07:58:19 +05:45
4a25675007 Add Torrent Hunt bot in README 2021-05-11 07:51:13 +05:45
c437b40d58 Merge pull request #1140 from eternnoir/dependabot/pip/py-1.10.0
Bump py from 1.4.29 to 1.10.0
2021-04-20 22:00:39 +03:00
b7a18bf0d9 Bump py from 1.4.29 to 1.10.0
Bumps [py](https://github.com/pytest-dev/py) from 1.4.29 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/py/compare/1.4.29...1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-20 17:03:50 +00:00
bc3d5a46b7 Merge pull request #1138 from Badiboy/master
Python 3.5 end-of-life
2021-04-19 18:46:53 +03:00
990bb827be Python 3.5 end-of-life 2021-04-19 18:45:49 +03:00
3ecb84bd94 Merge pull request #1137 from FosterToster/master
middleware handlers exception handling
2021-04-19 18:42:24 +03:00
2565094897 fixed overwriting exception args 2021-04-19 22:20:42 +07:00
855b838e91 more explict process_middleware exceptions suppressing 2021-04-18 22:41:28 +07:00
042d8c17da suppress_middleware_excepions configuration. False by default. 2021-04-18 22:31:24 +07:00
a39fb14726 middleware handlers exception handling 2021-04-18 19:56:52 +07:00
888c7a6b0d Merge pull request #1126 from David256/feature-new-property-fullname
Change fstrings to string formatting
2021-04-02 01:41:48 +03:00
2f69917a82 Change fstrings to string formatting 2021-04-01 16:52:12 -05:00
efa35ba71c Merge pull request #1125 from David256/feature-new-property-fullname
New property full_name
2021-04-02 00:05:29 +03:00
6c90da793e New property full_name 2021-04-01 14:56:08 -05:00
4024490249 Merge pull request #1121 from Badiboy/master
Minor release
Heroku example update
3.7.7
2021-03-28 11:57:49 +03:00
209d9b27b4 Minor release 2021-03-28 11:57:05 +03:00
96e0be8942 Heroku example update 2021-03-28 11:54:46 +03:00
87bce0bce1 Merge pull request #1113 from barbax7/master
Added Price Tracker bot
2021-03-18 17:43:43 +03:00
f23059d7ec Added Price Tracker bot 2021-03-18 08:38:47 +01:00
cc08fe32c6 Merge pull request #1107 from MasterGroosha/patch-1
Removed my bot from README
2021-03-09 10:35:06 +03:00
07e93f95a1 Removed my bot from list
The link is now dead, and so is that bot
2021-03-09 02:05:44 +03:00
a10e8afa5c Merge pull request #1096 from anvaari/master
Add my bot to Readme.md
2021-02-16 13:25:07 +03:00
b39244f827 Add my bot to Readme.md 2021-02-16 13:41:56 +03:30
af4d986a13 Merge pull request #1090 from Badiboy/master
Custom logging level for infinity_polling
2021-02-05 00:43:22 +03:00
8790f26e68 Custom logging level for infinity_polling 2021-01-30 14:41:19 +03:00
f01412a996 Merge pull request #1086 from dexpiper/patch-1
README list of bots update
2021-01-22 16:56:02 +03:00
20d0ab229f README list of bots update
Add another bot to the list below
2021-01-21 17:19:54 +03:00
2dec4f1ffc Merge pull request #1083 from ModischFabrications/patch-1
Add MineGramBot to readme
2021-01-20 13:31:05 +03:00
a7d1dbf0e9 add MineGramBot 2021-01-20 11:04:55 +01:00
eace25d9d2 Merge pull request #1082 from Badiboy/master
Minor update to copyMessage
2021-01-19 01:28:16 +03:00
fdf2838669 Minor update to copyMessage 2021-01-19 01:27:39 +03:00
74fb8258b6 Merge pull request #1067 from Aazerra/copyMessage_method
Added copyMessage method
2021-01-19 01:16:09 +03:00
cc299fe4da Merge pull request #1081 from ModischFabrications/patch-1
Extend readme with more usage hints
2021-01-18 02:26:02 +03:00
cd31c8db5c fix example 2021-01-17 23:47:03 +01:00
6d7116d521 document SESSION_TIME_TO_LIVE 2021-01-17 23:45:23 +01:00
f93916372e document edit_message_text in readme 2021-01-17 23:34:54 +01:00
80c9e17fd4 add apihelper.ENABLE_MIDDLEWARE = True to readme 2021-01-17 23:22:45 +01:00
003a92f466 Merge pull request #1080 from Badiboy/master
Release v.3.7.6
3.7.6
2021-01-18 01:02:45 +03:00
d57aa04bfb Release v.3.7.6 2021-01-18 01:02:19 +03:00
9c2d279806 Merge pull request #1078 from ModischFabrications/patch-1
Hide token from debug logs
2021-01-17 12:21:42 +03:00
3109e35bb4 show bot id 2021-01-17 01:26:38 +01:00
ea51b1e95e hide token from debug logs
prevent leaks of the bot token by hiding it from the log
2021-01-17 01:06:47 +01:00
3799a1e99a Merge pull request #1077 from Badiboy/master
Added short live sessions
2021-01-17 00:46:01 +03:00
ec8714ad3a Short live sessions u1 2021-01-17 00:43:52 +03:00
bc54a5379c Added short live sessions 2021-01-16 23:50:25 +03:00
a7587057bf Merge pull request #1076 from Badiboy/master
Polling timeout fix
2021-01-16 02:15:26 +03:00
e9ba2fd8bb Polling timeout fix 2021-01-16 02:14:29 +03:00
8203fa588f Merge pull request #1074 from Badiboy/master
Version update to previous commit
2021-01-14 15:49:01 +03:00