| Crates.io | rss2json |
| lib.rs | rss2json |
| version | 1.0.1 |
| created_at | 2024-04-23 09:15:01.51753+00 |
| updated_at | 2024-04-24 18:08:42.257169+00 |
| description | Parses RSS feeds and outputs as JSON |
| homepage | |
| repository | https://github.com/trevarj/rss2json |
| max_upload_size | |
| id | 1217321 |
| size | 12,491 |
Minimal *nix filter to read in a RSS/Atom (XML) feed and output it to JSON.
# Read from stdin:
cat feed.xml | rss2json
# Read from file:
rss2json feed.xml