#feed #rss #parser

app rss2json

Parses RSS feeds and outputs as JSON

2 stable releases

1.0.1 Apr 24, 2024
1.0.0 Apr 23, 2024

#1532 in Command line utilities

BSD-2-Clause

5KB

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

Dependencies

~7.5MB
~198K SLoC