/rss2json

Minimal CLI tool (unix filter) to parse RSS feeds as JSON

Primary LanguageRustBSD 2-Clause "Simplified" LicenseBSD-2-Clause

rss2json

Minimal *nix filter to read in a RSS/Atom (XML) feed and output it to JSON.

Usage

# Read from stdin:
cat feed.xml | rss2json
# Read from file:
rss2json feed.xml