[Ruby] Ruby feed parsers

Andy Smith andy at tinnedfruit.org
Tue Jul 10 16:12:34 PDT 2007


Alex Vollmer wrote:
> Does anyone have any experience with any of the various RSS/Atom
> feed-parsing libraries out there and can recommend a particular one?
> 
You could try my feed-normalizer library, a format-agnostic feed parser 
that returns the same object graph regardless of the underlying format, 
be it RSS (and its many 'special' versions), RDF or Atom.

Check out a quick overview [1] and also a nice blog post about real 
world usage [2].

Hope that helps.

Andy

1 http://code.google.com/p/feed-normalizer/wiki/Readme
2 http://www.igvita.com/blog/2007/03/22/agile-rss-aggregator-in-ruby/


More information about the Ruby mailing list