ua/rss2json
Simon Lipp 78b8a6a447 initial import 2014-03-18 15:01:19 +01:00
..
README.md initial import 2014-03-18 15:01:19 +01:00
rss2json.go initial import 2014-03-18 15:01:19 +01:00

README.md

rss2json

rss2json is a simple tool intended to be used with maildir-put and ggs. It is used to convert any RSS or Atom feed into a stream of messages usable by maildir-put.

Usage

rss2json feed-url

Dependencies

  • libxml
  • Optional: python and feedparser for parsing of ill-formed feeds

Installation

go build && cp rss2json /usr/local/bin