GitXplorerGitXplorer
i

rss-to-notifo

public
13 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
1339daecf3a54a0a98ea7451cdb339190258b5d6

fix Readme

iivey committed 14 years ago
Unverified
a8cd077243760726c128e38e73c3b2f77fd5bf0d

Update README, some dep maintenance

iivey committed 14 years ago
Unverified
b9a75f33973081937af0e1b16b5e3a2ec4503eca

Initial working version

iivey committed 14 years ago
Unverified
02035f7dcb8f2db07a344a2d2927e9ebc8ac37f1

first commit

iivey committed 14 years ago

README

The README file for this repository.

A simple script to fetch an RSS feed, and send Notifo notifications on new entries.

Quickstart: $ git clone git://github.com/ivey/rss-to-notifo.git $ cd rss-to-notifo $ bundle install $ ./rss2notifo.rb -u USER -k API_KEY RSS_FEED_URL

Will also pull user and key from NOTIFO_USER / NOTIFO_KEY env vars

Usage: rss2notifo.rb [@options] FEED_URL -u, --user USER Notifo username -k, --key APIKEY Notifo API key -l, --label LABEL Application label -t, --title TITLE Event title -d, --db DATABASE Database file for seen items -q, --quiet Don't send, just update database -v, --verbose Tell me what's going on