Skip to content
Barend edited this page Sep 19, 2016 · 21 revisions

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.

API

Bots using the raw API.

  • BismillahBot shows the Noble Qur'an in English, Audio and Arabic.
  • DevOps Reaction Bot sends latest or random posts from DevOps Reaction. Running on Google App Engine <https://cloud.google.com/appengine>_ (billing has to be enabled for ful Socket API support).
  • 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 simple Python Telegram bot that echoes your input with Flask microframework, setWebhook method, and Google App Engine (optional).
  • TwitterForwarderBot 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

Clone this wiki locally