public
Description: A Ruby RSS Archiver
Homepage: http://cecs.anu.edu.au/~mreid/code/feed_bag.html
Clone URL: git://github.com/mreid/feed-bag.git
name age message
file README.markdown Sun Mar 30 22:54:58 -0700 2008 Added Markdown extension to README [Mark Reid]
file feedbag.rb Sun Mar 30 22:53:30 -0700 2008 Added existing files. Updated README [Mark Reid]
file models.rb Sun Mar 30 22:53:30 -0700 2008 Added existing files. Updated README [Mark Reid]
file tally.sh Sun Mar 30 22:53:30 -0700 2008 Added existing files. Updated README [Mark Reid]
README.markdown

Feed Bag - A RSS Feed Archiver

Mark D. Reid

This is a simple ruby script that will archive RSS feeds to an SQLite database.

You can find more information, installation and usage instructions at the Feed Bag Home Page.

Dependencies

Usage

feedbag.rb [OPTIONS] [RSS_URL ...]

Arguments

When provided, the RSS_URL will be read, added to the database and scanned for next run.

When no arguments are provided, all the existing feeds in the database will be scanned for new items.

Options

-d   --db       Use the given SQLite3 database
-C   --clean    Destroy the database and rebuild (be careful!)
-l   --list     List all the feeds
-h   --help     Show a help message