반응형 #티스토리 #블로그스팟 #워드프레스 #자동화 #업무자동화 #api활용 #파이썬 #chatgpt #ai툴 #블로그운영 #콘텐츠생성 #비용계산1 Tistory, Blogger, WordPress 업무자동화 (한달 총비용), 프로그램 1. 개념 정리: 글 자동 발행 프로그램티스토리(Tistory)API: REST API 및 액세스 토큰 사용장점: 무료로 운영 가능 (호스팅 비용 없음), 인터페이스 간단예시 코드 ([Python] requests 활용)import requestsTISTORY_ACCESS_TOKEN = "발급받은 액세스 토큰"BLOG_NAME = "블로그이름(예: myblog)"WRITE_API_URL = "https://www.tistory.com/apis/post/write"def post_to_tistory(title, content, visibility=3): data = { "access_token": TISTORY_ACCESS_TOKEN, "output": "json", .. 2025. 2. 3. 이전 1 다음