Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevarj/rss2json
Minimal CLI tool (unix filter) to parse RSS feeds as JSON
https://github.com/trevarj/rss2json
cli json rss rss-feed unix-philosophy
Last synced: 19 days ago
JSON representation
Minimal CLI tool (unix filter) to parse RSS feeds as JSON
- Host: GitHub
- URL: https://github.com/trevarj/rss2json
- Owner: trevarj
- License: bsd-2-clause
- Created: 2024-04-23T09:09:52.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-24T18:08:27.000Z (7 months ago)
- Last Synced: 2024-04-25T19:20:30.051Z (7 months ago)
- Topics: cli, json, rss, rss-feed, unix-philosophy
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rss2json
Minimal *nix filter to read in a RSS/Atom (XML) feed and output it to JSON.
## Usage
```sh
# Read from stdin:
cat feed.xml | rss2json
# Read from file:
rss2json feed.xml
```