From 9b1066f43f79534611877e9803cc262a6b070c27 Mon Sep 17 00:00:00 2001 From: Rahiel Kasim Date: Sat, 2 Apr 2016 23:58:22 +0200 Subject: [PATCH] move external examples from readme to wiki --- Examples.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Examples.md diff --git a/Examples.md b/Examples.md new file mode 100644 index 0000000..c828198 --- /dev/null +++ b/Examples.md @@ -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 `_ (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 \ No newline at end of file