mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Updated Examples (markdown)
parent
a392c8d332
commit
9f2e47118f
1 changed files with 30 additions and 30 deletions
60
Examples.md
60
Examples.md
|
@ -3,41 +3,41 @@ A non-exhaustive list of open source bots built on `python-telegram-bot` in the
|
|||
# Updater
|
||||
Bots built using the `telegram.ext.Updater` class.
|
||||
|
||||
* [AlarmBot](https://github.com/guysoft/AlarmBot) This bot uses [crontab](https://en.wikipedia.org/wiki/Cron) to schedule audio alarms. The alarm command can be edited to schedule any kind of cron job for an IOT device.
|
||||
* [AlarmBot](https://github.com/guysoft/AlarmBot) — This bot uses [crontab](https://en.wikipedia.org/wiki/Cron) to schedule audio alarms. The alarm command can be edited to schedule any kind of cron job for an IOT device.
|
||||
* [BlackJackBot](https://github.com/d-Rickyy-b/Python-BlackJackBot) for a nice round of BlackJack - alone or in a group.
|
||||
* [BotListBot](https://github.com/JosXa/BotListBot) - Large project, maintains the [@BotList channel](https://t.me/botlist). Simplifies navigation, allows submitting and editing bots by the [@BotListChat community](https://t.me/botlistchat) community.
|
||||
* [CryptoCoinsInfoBot](https://github.com/lytves/crypto-coins-info-bot-v2) This bot sends you actual prices of cryptocoins using info from CoinMarketCap and CryptoCompare APIs.
|
||||
* [CryptoKitty](https://github.com/xlanor/CryptoKitties) Source code for a broadcast bot that scans [CryptoKitties](https://www.cryptokitties.co/) API and returns cats that matches the input parameters.
|
||||
* [Cryptora](https://github.com/izanmubarak/Cryptora) gets all kinds of cryptocurrency-related data, including up-to-the-minute information from CoinMarketCap for thousands of cryptocurrencies and the latest headlines from CoinDesk.
|
||||
* [EFB Telegram Master Channel](https://github.com/blueset/efb-telegram-master/) A master channel for EH Forwarder Bot: an extensible chat tunneling framework that gather your IMs at one place.
|
||||
* [ForwardsCoverBot](https://github.com/91DarioDev/ForwardsCoverBot) echoes any message and any kind of media to anonymize the forward.
|
||||
* [Marie](https://github.com/PaulSonOfLars/tgbot) A sassy group administration bot, with some fun extra features.
|
||||
* [Matilda](https://github.com/xlanor/matilda) A news scraping bot for Straits Times and ChannelNewsAsia.
|
||||
* [Mau Mau bot](https://github.com/jh0ker/mau_mau_bot) allows you to play the popular card game UNO via inline queries
|
||||
* [memes-reposter](https://github.com/vaniakosmos/memes-reposter) - bot for automatic broadcasting content from different sources into channels.
|
||||
* [moodify](https://github.com/samsontmr/moodify) takes your selfie and recommends a playlist for your mood. Try it here: [@moodifyBot](http://t.me/moodifybot)
|
||||
* [Natalia](https://github.com/Whalepool/Natalia) An administrative assistant bot. Lots of useful commands and functions for helping admins moderate multiple groups with large users
|
||||
* [Needs more JPEG Bot](https://github.com/zeroone2numeral2/nmjpeg-bot) lowers the quality of photos
|
||||
* [Pokemon Go bot](https://github.com/eugenio412/PogomBOT) notification for pogom scanner
|
||||
* [Sourukorekuta](https://github.com/Mojurasu/sourukorekuta) collects stats and kicks lurkers(inactive members)
|
||||
* [Subscription bot](https://github.com/AlexLoushkin/TelegramSubscriptionBot) helps organise a subscription for a news web site
|
||||
* [sudobot](https://github.com/bvanrijn/sudobot) runs commands on your server and lets you easily share the output
|
||||
* [teleGit Bot](https://github.com/HeavenH/teleGit) A bot to list the github repositories, show users information.
|
||||
* [TimeZone Bot](https://gist.github.com/guysoft/4f220fe407a9bff37e3feff9f60f83a7) An example bot that lets you pick a timezone. This bot also uses a class for its design pattern.
|
||||
* [Telegram-Kraken-Bot](https://github.com/Endogen/Telegram-Kraken-Bot) Trade crypto-currencies on the Kraken marketplace
|
||||
* [Url-Shortener-Bot](https://github.com/paradox70/url-shortener-goo.gl) shortens any URL and reports total number of clicks on shortened link. Try it [@shortenMyUrlBot](http://t.me/shortenMyUrlBot)
|
||||
* [Vocaloid Bot](https://github.com/bomjacob/VocaBot) uses data from VocaDB.net to find all your favourite Vocaloid songs, artists and albums.
|
||||
* [Youtrack-Time-Tracking-Bot](https://github.com/MgCoders/tt-bot) Allows easy time tracking on youtrack issues.
|
||||
* [BotListBot](https://github.com/JosXa/BotListBot) — Large project, maintains the [@BotList channel](https://t.me/botlist). Simplifies navigation, allows submitting and editing bots by the [@BotListChat community](https://t.me/botlistchat) community.
|
||||
* [CryptoCoinsInfoBot](https://github.com/lytves/crypto-coins-info-bot-v2) — This bot sends you actual prices of cryptocoins using info from CoinMarketCap and CryptoCompare APIs.
|
||||
* [CryptoKitty](https://github.com/xlanor/CryptoKitties) — Source code for a broadcast bot that scans [CryptoKitties](https://www.cryptokitties.co/) — API and returns cats that matches the input parameters.
|
||||
* [Cryptora](https://github.com/izanmubarak/Cryptora) — gets all kinds of cryptocurrency-related data, including up-to-the-minute information from CoinMarketCap for thousands of cryptocurrencies and the latest headlines from CoinDesk.
|
||||
* [EFB Telegram Master Channel](https://github.com/blueset/efb-telegram-master/) — A master channel for EH Forwarder Bot: an extensible chat tunneling framework that gather your IMs at one place.
|
||||
* [ForwardsCoverBot](https://github.com/91DarioDev/ForwardsCoverBot) — Echoes any message and any kind of media to anonymize the forward.
|
||||
* [Marie](https://github.com/PaulSonOfLars/tgbot) — A sassy group administration bot, with some fun extra features.
|
||||
* [Matilda](https://github.com/xlanor/matilda) — A news scraping bot for Straits Times and ChannelNewsAsia.
|
||||
* [Mau Mau bot](https://github.com/jh0ker/mau_mau_bot) — Allows you to play the popular card game UNO via inline queries
|
||||
* [memes-reposter](https://github.com/vaniakosmos/memes-reposter) — Bot for automatic broadcasting content from different sources into channels.
|
||||
* [moodify](https://github.com/samsontmr/moodify) — Takes your selfie and recommends a playlist for your mood. Try it here: [@moodifyBot](http://t.me/moodifybot)
|
||||
* [Natalia](https://github.com/Whalepool/Natalia) — An administrative assistant bot. Lots of useful commands and functions for helping admins moderate multiple groups with large users
|
||||
* [Needs more JPEG Bot](https://github.com/zeroone2numeral2/nmjpeg-bot) — Lowers the quality of photos
|
||||
* [Pokemon Go bot](https://github.com/eugenio412/PogomBOT) — Notifications for pogom scanner
|
||||
* [Sourukorekuta](https://github.com/Mojurasu/sourukorekuta) — Collects stats and kicks lurkers(inactive members)
|
||||
* [Subscription bot](https://github.com/AlexLoushkin/TelegramSubscriptionBot) — Helps organise a subscription for a news web site
|
||||
* [sudobot](https://github.com/bvanrijn/sudobot) — Runs commands on your server and lets you easily share the output
|
||||
* [teleGit Bot](https://github.com/HeavenH/teleGit) — A bot to list the github repositories, show users information.
|
||||
* [TimeZone Bot](https://gist.github.com/guysoft/4f220fe407a9bff37e3feff9f60f83a7) — Lets you pick a timezone. This bot also uses a class for its design pattern.
|
||||
* [Telegram-Kraken-Bot](https://github.com/Endogen/Telegram-Kraken-Bot) — Trade crypto-currencies on the Kraken marketplace
|
||||
* [Url-Shortener-Bot](https://github.com/paradox70/url-shortener-goo.gl) — Shortens any URL and reports total number of clicks on shortened link. Try it [@shortenMyUrlBot](http://t.me/shortenMyUrlBot)
|
||||
* [Vocaloid Bot](https://github.com/bomjacob/VocaBot) — Uses data from VocaDB.net to find all your favourite Vocaloid songs, artists and albums.
|
||||
* [Youtrack-Time-Tracking-Bot](https://github.com/MgCoders/tt-bot) — Allows easy time tracking on youtrack issues.
|
||||
|
||||
# API
|
||||
Bots using the raw API.
|
||||
|
||||
* [BismillahBot](https://github.com/rahiel/BismillahBot) shows the Noble Qur'an in English, Audio and Arabic.
|
||||
* [DevOps Reaction Bot](https://github.com/leandrotoledo/gae-devops-reaction-telegram-bot) sends latest or random posts from [DevOps Reaction](http://devopsreactions.tumblr.com/). Running on `Google App Engine <https://cloud.google.com/appengine>`_ (billing has to be enabled for ful Socket API support).
|
||||
* [python-telegram-bot-GAE](https://github.com/FollonSaxBass/python-telegram-bot-GAE) little project to upload and run Telegram Bot on Google App Engine using python-telegram-bot library and webhooks
|
||||
* [Simple-Echo-Telegram-Bot](https://github.com/sooyhwang/Simple-Echo-Telegram-Bot) simple Python Telegram bot that echoes your input with Flask microframework, setWebhook method, and Google App Engine (optional).
|
||||
* [TwitterForwarderBot](https://github.com/franciscod/telegram-twitter-forwarder-bot) forwards you tweets from people that you have subscribed to.
|
||||
* [YATAB](https://github.com/Nhoya/YATAB/) modular administration helper bot
|
||||
* [BismillahBot](https://github.com/rahiel/BismillahBot) — Shows the Noble Qur'an in English, Audio and Arabic.
|
||||
* [DevOps Reaction Bot](https://github.com/leandrotoledo/gae-devops-reaction-telegram-bot) — Sends latest or random posts from [DevOps Reaction](http://devopsreactions.tumblr.com/). Running on `Google App Engine <https://cloud.google.com/appengine>`_ (billing has to be enabled for ful Socket API support).
|
||||
* [python-telegram-bot-GAE](https://github.com/FollonSaxBass/python-telegram-bot-GAE) — Little project to upload and run Telegram Bot on Google App Engine using python-telegram-bot library and webhooks
|
||||
* [Simple-Echo-Telegram-Bot](https://github.com/sooyhwang/Simple-Echo-Telegram-Bot) — Simple Python Telegram bot that echoes your input with Flask microframework, setWebhook method, and Google App Engine (optional).
|
||||
* [TwitterForwarderBot](https://github.com/franciscod/telegram-twitter-forwarder-bot) — Forwards you tweets from people that you have subscribed to.
|
||||
* [YATAB](https://github.com/Nhoya/YATAB/) — Modular administration helper bot
|
||||
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue