mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
5 lines
64 B
Python
5 lines
64 B
Python
import telebot
|
|
|
|
api_token = ''
|
|
|
|
bot = telebot.TeleBot(api_token) |