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

Compare commits

...

6 Commits

Author SHA1 Message Date
Badiboy
7965ba4f69
Merge pull request #1538 from coder2020official/master
Fix typo in readme
2022-05-08 18:45:32 +03:00
Badiboy
aba4d3e246
Merge pull request #1536 from atif5/master
Updated the "bots using this api" section in README
2022-05-08 18:45:07 +03:00
_run
caae6bb93f
Update README.md 2022-05-08 18:13:07 +05:00
Burzum
096d7a4eea
Update README.md 2022-05-08 00:02:40 +03:00
Burzum
ab4140ba9f
Update README.md 2022-05-08 00:01:45 +03:00
Burzum
77c3587012
Update README.md 2022-05-08 00:00:46 +03:00

View File

@ -65,7 +65,7 @@
* [Telegram Channel](#telegram-channel)
* [More examples](#more-examples)
* [Code Template](#code-template)
* [Bots using this API](#bots-using-this-api)
* [Bots using this library](#bots-using-this-library)
## Getting started
@ -826,7 +826,7 @@ Here are some examples of template:
* [TeleBot template](https://github.com/coder2020official/telebot_template)
## Bots using this API
## Bots using this library
* [SiteAlert bot](https://telegram.me/SiteAlert_bot) ([source](https://github.com/ilteoood/SiteAlert-Python)) by *ilteoood* - Monitors websites and sends a notification on changes
* [TelegramLoggingBot](https://github.com/aRandomStranger/TelegramLoggingBot) by *aRandomStranger*
* [Telegram LMGTFY_bot](https://github.com/GabrielRF/telegram-lmgtfy_bot) by *GabrielRF* - Let me Google that for you.
@ -877,5 +877,6 @@ Here are some examples of template:
* [remoteTelegramShell](https://github.com/EnriqueMoran/remoteTelegramShell) by [EnriqueMoran](https://github.com/EnriqueMoran). Control your LinuxOS computer through Telegram.
* [Pyfram-telegram-bot](https://github.com/skelly37/pyfram-telegram-bot) Query wolframalpha.com and make use of its API through Telegram.
* [TranslateThisVideoBot](https://gitlab.com/WuerfelDev/translatethisvideo) This Bot can understand spoken text in videos and translate it to English
* [Zyprexa](https://t.me/mathemathicsBot) ([source](https://github.com/atif5/zyprexa)) Zyprexa can solve, help you solve any mathematical problem you encounter and convert your regular mathematical expressions into beautiful imagery using LaTeX.
**Want to have your bot listed here? Just make a pull request. Only bots with public source code are accepted.**