require 'simple-rss'
require 'open-uri'

@health_and_science = SimpleRSS.parse 
open("http://www.npr.org/rss/rss.php?id=1007";)
@health_and_science.entries.each do |f|
   printf("NPR Feed: %s %s\n", f.pubDate.to_date, f.title)
end



On Friday, March 21, 2014 1:39:17 PM UTC-4, Kenny Meyer wrote:
>
> Can anyone recommend a gem/library?
>
> On Friday, March 21, 2014 2:38:45 PM UTC-3, Kenny Meyer wrote:
>>
>> I need to implement an activity feed for a Rails application with the 
>> following features:
>>
>>  - Needs to work with MySQL database
>>  - Needs to support aggregations for similar feed stories (like Facebook)
>>  
>> There is a library out there for Python, Feedly 
>> https://github.com/tschellenbach/Feedly, which seems to be an EXACT 
>> match for what I am trying to build, but well.. I need it in Ruby.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/589cb599-3af7-44a9-b2d5-d9f80fc4f427%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to