Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tendant/catchup
- Owner: tendant
- Created: 2011-08-07T05:09:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-07T05:11:41.000Z (over 13 years ago)
- Last Synced: 2024-10-12T13:31:26.984Z (about 1 month ago)
- Language: Clojure
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.