wlstp8473

chatbot_tele.py

......@@ -6,4 +6,8 @@ bot = telegram.Bot(token=api_key)
chat_id = bot.get_updates()[-1].message.chat_id
print(chat_id)
chat_id = 1657858421
bot.sendMessage(chat_id = chat_id, text = "진세야 모해?")
bot.sendMessage(chat_id = chat_id, text = "왜 답장이 없어? ㅠㅠ")
bot.sendMessage(chat_id = chat_id, text = "보고 싶어")
......