https://github.com/sdallaboratory/advanced-telegram-bot
Python library which containins utils for telegram bots
https://github.com/sdallaboratory/advanced-telegram-bot
bot chatbot mongodb python-library telegram-bot
Last synced: 6 months ago
JSON representation
Python library which containins utils for telegram bots
- Host: GitHub
- URL: https://github.com/sdallaboratory/advanced-telegram-bot
- Owner: sdallaboratory
- License: mit
- Created: 2020-08-25T13:08:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T18:46:07.000Z (over 5 years ago)
- Last Synced: 2025-07-31T19:37:48.961Z (10 months ago)
- Topics: bot, chatbot, mongodb, python-library, telegram-bot
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Advanced Telegram Bot
Python library containing utils for telegram bots
[](https://pypi.org/project/advanced-telegram-bot)


### Authors
made by [SDAL](https://sdal.pw/ "sdal"):
[minish144](https://github.com/Minish144 "minish144")
&
[usual-one](https://github.com/usual-one "usual-one")
### Available utils
- Incoming/outcoming messages service
- Locale-dependent data storage
- Logger
- Role system
- State system
- User meta data storage
### Dependencies
All the dependencies can be found in `requirements.txt` file.
### Installation
```
pip install advanced-telegram-bot
```
### Usage
Just import the class and you're good to go
```python
from advancedbot import TelegramBot
```
### Documentation & help
Help can be found in our [wiki pages](https://github.com/sdallaboratory/advanced-telegram-bot/wiki).