OleguerCanal / telegram_bot

Python Telegram bot wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegram_bot

Python Telegram bot wrapper

Usage:

Clone the repo into your scripts folder:

git clone git@github.com:OleguerCanal/telegram_bot.git

Include this line into your script:

from telegram_bot.telegram_bot import TelegramBot
telegram_bot = TelegramBot()
answer = telegram_bot.send("your string")
handle_answer(answer)

About

Python Telegram bot wrapper


Languages

Language:Python 97.9%Language:Shell 2.1%