- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Related Projects
        Bibo-Joshi edited this page Dec 8, 2023 
        ·
        33 revisions
      
    A list of projects that are somehow related to python-telegram-bot. This includes integrations with other projects like django, projects that are built on top of this library for specific use-cases and potentially others.
Note: For bots that are built with this library, please use the Examples page and not this one.
If you are developing a project that fits this description, please add it here in alphabetical order. If you found a project that project that fits this description, please suggest to the maintainer of the project to add it here.
Please try to keep this page up-to-date.
| Project | Description | 
python-telegram-bot version | 
Development Status | 
|---|---|---|---|
| autoconv | A module to build automatic and simple to manage conversation | >=13 | Alpha | 
| django-telegrambot | A simple app to develop Telegram bots with Django | >=6.0.1 | Stable | 
| jackfruit | A menus and forms for Telegram bots | >=12.0 | Alpha | 
| ownbot | Ownbot provides some cool decorators to protect your command handler functions from unauthorized users! | 5.1.1 | Beta | 
| permabots | Connect instant messaging bots to your APIs. https://permabots.readthedocs.org | 4.2.0 | Beta | 
| python-telegram-bot-seed | Seed project for developing bots using python-telegram-bot | 10.1.0 | Pre-Alpha | 
| telegram-send | Send messages and files over Telegram from the command-line | >=2.9 | Beta | 
| telegram.bot | Develop a Telegram Bot with R | >=6.0.0 | Stable | 
| flexget | Use telegram as a notifier | 3.4 | Stable | 
| ptb-django-cookiecutter | A simple cookiecutter to create Python Telegram bots, wrapped with Django. | 0.1.0 | Beta | 
| ptb-menu-pagination | Makes a google style pagination line for a list of items. | >=13.8.1 | Alpha | 
| ptb-pagination | Python inline keyboard pagination for Telegram Bot API. | >=13.6 | Alpha | 
| Video Tutorial | How to create a simple Telegram bot using PTB and then hosting it on Heroku | 13.7 | - | 
| python-telegram-bot-django-persistence | A persistence engine, that uses Django ORM as storage. No separate infrastructure needed! | >=13.7 | Beta | 
| python-telegram-bot-template | A template for a python-telegram-bot application, inlcudes MongoDB persistence, barebone user module, application-state handling and some decorators and utility classes | 20.0a0 | - | 
- Wiki of 
python-telegram-bot© Copyright 2015-2025 – Licensed by Creative Commons 
- Architecture Overview
 - Builder Pattern for 
Application - Types of Handlers
 - Working with Files and Media
 - Exceptions, Warnings and Logging
 - Concurrency in PTB
 
- Advanced Filters
 - Storing data
 - Making your bot persistent
 - Adding Defaults
 - Job Queue
 - Arbitrary 
callback_data - Avoiding flood limits
 - Webhooks
 - Bot API Forward Compatiblity
 
- Frequently requested design patterns
 - Code snippets
 - Performance Optimizations
 - Telegram Passport
 - Bots built with PTB
 - Automated Bot Tests