juengwoo kang
@juengwook0468
Reviews Written
1
Average Rating
5.0
The introduction is empty
Posts
Q&A
parser에서 에러가 발생합니다.
다른분이 하신것 보고 해결했습니다. ㅎ
- 0
- 3
- 47
Q&A
텔레그램 sendMessage 시 400에러가 뜹니다.
import requests import json import telegram import asyncio bot_token="?" chat_id="?" bot = telegram.Bot(bot_token) asyncio.run(bot.sendMessage(chat_id=chat_id, text = "message"))인터넷으로 서칭해서 이렇게는 동작하는거 확인했습니다.수업 내용에서 현 시점에 뭔가 변경된게 있는걸까요?
- 0
- 2
- 669




