开发者

reading rss feeds in applescript

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜