Skip to content

banteg/telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telegram

a minimal telegram api wrapper

installation

pip install tgb

usage

from telegram import TelegramApi

t = TelegramApi('your bot token')
t.send_message(chat_id=123, text='hi')  # note snake_case