开发者

reading rss feeds in applescript

开发者 https://www.devze.com 2022-12-30 09:56 出处:网络
how do I read RSS feeds in apple script? I want it to pick and speakout latest news along wit开发者_高级运维h reading weather infoThe easiest way would be to script an rss reader like NetNewsWire or e

how do I read RSS feeds in apple script? I want it to pick and speakout latest news along wit开发者_高级运维h reading weather info


The easiest way would be to script an rss reader like NetNewsWire or even Safari. The second easiest way is to write it in Ruby or Python and call Applescript stuff using Appscript. Python has robust rss reading and parsing routines. Dealing with a lot of text processing in Applescript is painful. The third choice is to use an rss OSAX. There was one at http://osaxen.com but it appears down right now.


Satimage has a free osax (scripting addition) with xml capability. That would be a way to go.

0

精彩评论

暂无评论...
验证码 换一张
取 消