애플 스크립트로 워드프레스 포스팅 가져오기

애플 스크립트와 XML-RPC 애플 스크립트는 XML-RPC를 자체적으로 지원합니다. 이를 이용하면 워드 프레스에 게시했던 포스트들을 XML-RPC를 이용해 맥의 어플리케이션으로 가져올 수 있습니다. 다음의 애플 스크립트는 워드 프레스의 포스트를 맥저널로 가져오는 작업을 처리합니다. 
tell application "http://stratosphere631.com/wp/xmlrpc.php"
 set blog to ¬
 call xmlrpc {method name:"wp.getUsersBlogs", parameters:{"", ""}}
 set posts to ¬
 call xmlrpc {method name:"mt.getRecentPostTitles", parameters:{0, "", "",... Continue Reading →

Website Built by WordPress.com.

Up ↑