mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
move external examples from readme to wiki
parent
a8e6563976
commit
9b1066f43f
1 changed files with 16 additions and 0 deletions
16
Examples.md
Normal file
16
Examples.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
A non-exhaustive list of open source bots built on `python-telegram-bot` in the wild.
|
||||
|
||||
# Updater
|
||||
Bots built using the `telegram.ext.Updater` class.
|
||||
|
||||
* [Welcome Bot](https://github.com/jh0ker/welcomebot) greets everyone who joins a group chat
|
||||
|
||||
# API
|
||||
Bots using the raw API.
|
||||
|
||||
* [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).
|
||||
* [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.
|
||||
|
||||
---
|
||||
Is your open source bot also using `python-telegram-bot`? Then you may add it to the right section, but be sure to keep the names sorted alphabetically
|
Loading…
Reference in a new issue