Skip to content

sdallaboratory/advanced-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Telegram Bot

Python library containing utils for telegram bots

pypi-version python-version license

Authors

made by SDAL: minish144 & 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

from advancedbot import TelegramBot

Documentation & help

Help can be found in our wiki pages.