Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tendant/catchup

CatchUp is a simple news notification tool. It can monitor news from different sources.
https://github.com/tendant/catchup

Last synced: about 13 hours ago
JSON representation

CatchUp is a simple news notification tool. It can monitor news from different sources.

Awesome Lists containing this project

README

        

# CatchUp

CatchUp is a simple news notification tool. It can monitor news from different sources (only news.ycombinator.com for now). Once it finds a news matching predefined keywords, a gtalk message will be send to subscribed user.

## Installation

1. Install CouchDB

2. Install RabbitMQ

3. Install smack library by running commands in repos/smack.txt file.

4. Update user information in core.clj (search for CHANGE-ME)

5. Update gtalk user in gtalk.clj (search for CHANGE-ME)

## Usage

lein run

OR

lein uberjar

java -jar CatchUp-1.0.0-SNAPSHOT-standalone.jar

## License

Copyright (C) 2010 Lei Wang

Distributed under the Eclipse Public License, the same as Clojure.