-
Notifications
You must be signed in to change notification settings - Fork 0
Related Projects
Jannes Höke edited this page Jul 20, 2016
·
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 | 4.0.1 | Beta |
ownbot | Ownbot provides some cool decorators to protect your command handler functions from unauthorized users! | 4.0.1 | Unknown |
telegram-send | Send messages and files over Telegram from the command-line | >=2.9 | 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