Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rss feed reader for Rails [closed]

I'm looking to create a cron job that will collect data from multiple rss feeds and store the info in a database table.

Two example's of feeds I'll be parsing:
http://news.google.com/news?ned=ie&topic=n&output=rss
http://rss.news.yahoo.com/rss/asia

I was wondering if people have suggestions for the best rails gem to use to do this? (Don't want to start with one to find out half way through that there are limitations/bugs.)

Thanks

like image 743
Thomas Buckley Avatar asked Mar 02 '26 03:03

Thomas Buckley


1 Answers

Check out Feedzirra, an excellent feed reader for Rails.

like image 83
ericalli Avatar answered Mar 04 '26 19:03

ericalli