RSS to XMPP feed aggregator written in nodejs.
Installation:
-
clone repository
-
copy config/default.yaml-default to config/default.yaml
-
set up database and xmpp accounts in config/default.yaml
-
import database schema (rss.sql)
-
install node modules: npm i
-
run: coffee src/rssbot.coffee
-
add rss bot to your roster
Usage:
Send commands to xmpp account:
- subscribe url — subscribe to rss feed at url
- list — list subscriptions
- unsubscribe url — remove subscription to feed at url