https://github.com/gravityblast/terror
A micro feed aggregator based on sinatra
https://github.com/gravityblast/terror
Last synced: about 1 year ago
JSON representation
A micro feed aggregator based on sinatra
- Host: GitHub
- URL: https://github.com/gravityblast/terror
- Owner: gravityblast
- License: mit
- Created: 2009-03-15T02:04:49.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-03-17T11:11:50.000Z (about 17 years ago)
- Last Synced: 2025-04-12T04:09:41.502Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 94.7 KB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Terror
===
A micro feed aggregator based on [Sinatra](http://www.sinatrarb.com/)
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
Copyright
---
Copyright (c) 2009 [Andrea Franz](http://gravityblast.com). See LICENSE for details.