Skip to content

Instantly share code, notes, and snippets.

View Surye's full-sized avatar

Vincent Castellano Surye

View GitHub Profile
@Surye
Surye / TB
Last active August 29, 2015 14:24 — forked from anonymous/TB
from twx.botapi import TelegramBot, ReplyKeyboardMarkup
"""
Setup the bot
"""
bot = TelegramBot('116456440:AAEys8uNPIONg-7nYWDb5Qob1K1KS2cuBjc')
bot.update_bot_info().wait()
print(bot.username)