From 763a3f1625bf13d53171ac184b30c8abfc1e2706 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 11 Feb 2024 13:35:16 +0100 Subject: [PATCH] chg: [doc] add rsscount in the list of tools entering the future --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1d6cee4..fb9ba96 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,23 @@ Options: maximum item to list in the feed, default 32 ~~~ +### rsscount + +[rsscount.py](https://github.com/adulau/rss-tools/blob/master/bin/rsscount.py) is a straightforward script designed to count the number of items in an RSS feed per day. It is utilized to construct the [wiki creativity index](http://www.foo.be/cgi-bin/wiki.pl/WikiCreativityIndex). The script accepts an unlimited number of URL arguments. It can be used to feed statistical tools. + +~~~shell +python3 rsscount.py https://paperbay.org/@a.rss | sort +20240121 3 +20240124 1 +20240128 4 +20240130 1 +20240131 1 +20240201 1 +20240203 2 +20240204 3 +20240210 4 +~~~ + ## License rss-tools are open source/free software licensed under the permissive 2-clause BSD license. @@ -84,13 +101,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” ## Scripts which need to be converted and are there for historical purpose -rsscount.py ------------ - -rsscount.py is a simple script to count how many items are in a RSS feed per day. This is used to build the [wiki creativity index](http://www.foo.be/cgi-bin/wiki.pl/WikiCreativityIndex). There is no limit for url arguments. - - rsscount.py "" | sort - rssinternetdraft.py -------------------