Terror the micro aggregator
Terror is a micro feed aggregator based on Sinatra, you can browse the source code on github.
Installation
gem sources -a http://gems.github.com
sudo gem install pilu-terror
Creating a new aggregator
terror new_aggregator_name
cd new_aggregator_name
thin start -C config/thin.yml
Edit the config/terror.yml file adding your feeds and database preferences.
Fetching feeds
rake feeds:fetch
Enjoy













