BZ
Size: a a a
BZ
A
BZ
BZ
A
BZ
BZ
BZ
import logging
import telebot
bot_token = "XXXXX"
bot = telebot.TeleBot(bot_token)
me = bot.get_me()
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO)
@bot.message_handler(content_types=['text'])
def handle_message(message):
print('I can see the message')
bot.polling()
ダ
import logging
import telebot
bot_token = "XXXXX"
bot = telebot.TeleBot(bot_token)
me = bot.get_me()
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO)
@bot.message_handler(content_types=['text'])
def handle_message(message):
print('I can see the message')
bot.polling()
ダ
BZ
BZ
BZ
BZ
ダ
ダ
BZ
BZ