This repository was archived by the owner on May 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Related Projects
Michael Imfeld edited this page Jul 21, 2016
·
31 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 | Beta |
telegram-send | Send messages and files over Telegram from the command-line | >=2.9 | Beta |
permabots | Connect instant messaging bots to your APIs. http://www.permabots.com | 4.2.0 | Beta |
Wiki of python-telegram-bot
© Copyright 2015-2022 – Licensed by Creative Commons
- Types of Handlers
- Advanced Filters
- Storing data
- Making your bot persistent
- Adding Defaults
- Exception Handling
- Job Queue
- Arbitrary
callback_data
- Avoiding flood limits
- Frequently requested design patterns
- Code snippets
- Performance Optimizations
- Webhooks
- Telegram Passport
- Bots built with PTB
- Automated Bot Tests