- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Related Projects
        Carlos Lugones edited this page Jun 23, 2021 
        ·
        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 | 
|---|---|---|---|
| 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 | 
- 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