Telegram bot API1 [Python 텔레그램 봇] python-telegram-bot 모듈이란? 텔레그램 봇 Python 모듈 텔레그램 봇을 위한 Python 모듈이 여러 개 존재한다. 그 중 가장 많이 사용되는 모듈은 2가지 이며, telepot은 개발이 중단되어 지금은 python-telegram-bot을 쓰는 것이 좋다. 모듈 이름 웹 페이지 상태 telepot https://telepot.readthedocs.io/en/latest/ 개발 중단 python-telegram-bot https://python-telegram-bot.org/ 운영중 python-telegram-bot 설치 pip3 install python-telegram-bot 기본 코딩 - 봇에 메세지 보내기 import telegram token = "token number" #token 번호 - telegram 채팅창당 .. 2021. 6. 17. 이전 1 다음