romeFeeder is a processing library that facilitates the management of syndicated feeds. It is built upon the ROME library, which provides the tools for parsing, generating and publishing RSS and Atom feeds. romeFeeder allows to easily load, access and update the entries of one or multiple feeds, and provides tools that simplify the process in the processing environment.

Last update: v0128 (November 23th, 2009)
Tested on: Windows XP, OS X and Linux.

Please email any comments, bugs or sketches related to romeFeeder to the address at the bottom on this page.
installation
Download the .zip package and extract to your sketchbook's libraries folder (e.g. "/home/username/sketchbook/libraries").
imports
In processing, import the following two packages to use romeFeeder. Using the 'import library' function from the Processing IDE menu will fail to add the ROME import.
import net.obxlabs.romefeeder.*; //romefeeder
import com.sun.syndication.feed.synd.*; //ROME
examples
Display the entries of a syndicated feed.

Show a simple Twitter search and demonstrates callback functions.

Show an advanced Twitter search and demonstrates callback functions.

Display a series of images loaded from Flickr.

library
home
source
archive
documentation
reference
changelog
references
processing
rome