Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravityblast/terror
A micro feed aggregator based on sinatra
https://github.com/gravityblast/terror
Last synced: about 10 hours 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 (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-03-17T11:11:50.000Z (over 15 years ago)
- Last Synced: 2024-08-06T03:05:51.808Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 94.7 KB
- Stars: 27
- Watchers: 4
- 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:fetchEnjoy
Copyright
---Copyright (c) 2009 [Andrea Franz](http://gravityblast.com). See LICENSE for details.