you are in: codestackercodes [RSS]mac os reading twitter updates

mac os reading twitter updates Delicious Email

show/hide lines
   1  require 'rss/1.0'
   2  require 'rss/2.0'
   3  require 'open-uri'
   4  
   5  content = ''
   6  open('http://twitter.com/statuses/user_timeline/peepcode.rss').each { |i| content << i }
   7  RSS::Parser.parse(content).items.each { |i| system "say \"#{i.title}\"" }
created by leozera — 09 July 2008 — get a short url — tags: mac ruby twitter embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image