Feedzirra

Ruby library for parsing and fetching feeds at blinding speed
Download

Feedzirra Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT
  • Price:
  • FREE
  • Publisher Name:
  • Paul Dix
  • Publisher web site:
  • http://www.pauldix.net/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 131 KB

Feedzirra Tags


Feedzirra Description

Ruby library for parsing and fetching feeds at blinding speed Feedzirra is a free and open source Ruby eed fetching and parsing library that treats the internet like Godzilla treats Japan: it dominates and eats all.Feedzirra is a feed library that is designed to get and update many feeds as quickly as possible. This includes using libcurl-multi through the taf2-curb gem for faster http gets, and libxml through nokogiri and sax-machine for faster parsing.Once you have fetched feeds using Feedzirra, they can be updated using the feed objects. Feedzirra automatically inserts etag and last-modified information from the http response headers to lower bandwidth usage, eliminate unnecessary parsing, and make things speedier in general.Another feature present in Feedzirra is the ability to create callback functions that get called “on success” and “on failure” when getting a feed. This makes it easy to do things like log errors or update data stores.The fetching and parsing logic have been decoupled so that either of them can be used in isolation if you’d prefer not to use everything that Feedzirra offers. However, the code examples below use helper methods in the Feed class that put everything together to make things as simple as possible.The final feature of Feedzirra is the ability to define custom parsing classes. In truth, Feedzirra could be used to parse much more than feeds. Microformats, page scraping, and almost anything else are fair game. Requirements: · Ruby


Feedzirra Related Software