Build a Feed Reader in 26 Lines of Ruby

In Cool, Elsewhere, Ruby Tricks, Tutorials

Feedreader

Ever thought that parsing feeds was a complex task? Not in Ruby! Using the Feed Normalizer library (a wrapper for other feed processing libraries), Ilya Grigorik demonstrates how you can create a complete RSS / Atom feed aggregator in 26 lines of code, including renderer!

Vaguely Related Posts (Usually)

3 Comment Responses to “Build a Feed Reader in 26 Lines of Ruby”

  1. #1
    GregH Says:

    Hi - do you know if there is a library that makes parsing specific areas of a web-page for changes simpler? (i.e. only in HTML, no specific XML or RSS format)
    Greg

  2. #2
    Peter Cooper Says:

    Yes. Scrubyt.

  3. #3
    Sandro Says:

    Amazing !! Why we don't create a sort of 'write-a-specific-app-in-the-less-line-of-codes-you-can' contest ?? Could be fun !