Skip to content

Bots built with PTB

theMatrix.dev edited this page Jul 4, 2022 · 47 revisions

A non-exhaustive list of open-source bots built on python-telegram-bot in the wild. You are welcome to add your bot in alphabetical order. Please include a link to the source code and optionally a link to a running instance of that bot.

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 full Socket API support).
  • Event Info Bot — A bot for Telegram and Twitter that informs your subscribers about the date when an event is due. It can reply to subscriber queries not only by providing the event date but also by calculating the date and time difference between now and the event date (i.e. how many years, months, days, hours, minutes, or seconds are left). For Telegram, it uses Command Handlers, not inline text. For Twitter, it detects those keywords in any tweet addressed to your bot account. It's designed mostly to run in the Google App Engine platform, but the Telegram bot can also run on a generic server (either remote or in your local development environment) using webhooks.
  • OiWA Normally you'd have to save a person's phone number in your contact list to be able to chat with them over whatsapp, but sometimes you just want a one-time chat (think of a delivery person), You can send said phone number to this bot and receives a link that directly opens a new whatsapp chat with that person... This bot was made with fastapi.
  • 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.
  • YATAB — Modular administration helper bot

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