mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
Add 3rd party packages list, that contains packages with persistence classes
parent
58f9fdfd6c
commit
926c4ff3ba
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ If you want to create your own persistence class, please carefully read the docs
|
||||||
|
|
||||||
If you've written a persistence class that could benefit others (e.g., a general one covering all types of data), it would be great if you linked it here or even better made it available in [ptbcontrib](https://github.com/python-telegram-bot/ptbcontrib).
|
If you've written a persistence class that could benefit others (e.g., a general one covering all types of data), it would be great if you linked it here or even better made it available in [ptbcontrib](https://github.com/python-telegram-bot/ptbcontrib).
|
||||||
|
|
||||||
|
These 3rd party packages contain persistence classes (the list is incomplete):
|
||||||
|
* [python-telegram-bot-django-persistence](https://github.com/GamePad64/python-telegram-bot-django-persistence) - Uses Django ORM to store persistence data. It is most useful for projects, that use PTB and Django.
|
||||||
|
|
||||||
## What do I need to change?
|
## What do I need to change?
|
||||||
To make your bot persistent you need to do the following.
|
To make your bot persistent you need to do the following.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue