move external examples from readme to wiki

Rahiel Kasim 2016-04-02 23:58:22 +02:00
parent a8e6563976
commit 9b1066f43f

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