chatbot_tele.py
379 Bytes
import telegram
api_key = "1721885449:AAHDGMbjSJfhXxML6nfSCpfiU7SghpL_vOE"
bot = telegram.Bot(token=api_key)
chat_id = bot.get_updates()[-1].message.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 = "보고 싶어")