#feed #basic #reader #web #syndication #read #entry

app bwsr

basic web syndication reader, read RSS/Atom feeds and output simplified entry data

1 unstable release

0.1.0 Jul 17, 2023

#22 in #entry

GPL-3.0 license

13KB
99 lines

bwsr

Basic Web Syndication Reader.

Reads a web syndication feed url list from stdin, gets the contents of each feed and prints to stdout the basic information of each feed entry with following format: feed_name|entry_title|date|entry_url.

Usage

$ bwsr [OPTIONS]

Options:

-a, --age-days <AGE_DAYS>  Maximum age of the entries to read in days [default: 2]
-d, --delim <DELIM>        Feed entry field delimiter for printed output [default: "|"]
-h, --help                 Print help
-V, --version              Print version

Dependencies

~14–28MB
~490K SLoC