티스토리api사진1 Python&티스토리 api로 kbo 경기 기록 자동 포스팅하기(6) 이미지 첨부하기 티스토리 api의 gitbook을 살펴보면 파일을 첨부하는 api는 다음과 같다. POST https://www.tistory.com/apis/post/attach? access_token={access-token} &blogName={blog-name} [uploadedfile] access_token : 발급받은 access token blogName : 블로그명 즉, 'https://www.tistory.com/apis/post/attach?'라는 주소에 각 파라미터들과 업로드할 파일을 넣어 post 요청을 보내는 것이다. 1. content 작성하기 content를 작성할 때도 더블헤더를 생각해야 한다. def postingResult(): content = '' if isDH: .. 2021. 6. 17. 이전 1 다음