1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
Go to file
2015-06-26 15:46:02 +08:00
telebot Method getMe done. 2015-06-26 15:46:02 +08:00
tests Method getMe done. 2015-06-26 15:46:02 +08:00
.gitignore First Init. 2015-06-26 14:55:13 +08:00
LICENSE Initial commit 2015-06-26 14:56:25 +08:00
README.md Update Readme. 2015-06-26 14:58:20 +08:00

pyTelegramBotAPI

Python Telegram bot api.

Example

import telebot

TOKEN = '<token string>'

tb = telebot.TeleBot(TOKEN)
# tb.send_message(chatid,message)
print tb.send_message(281281, 'gogo power ranger')