chg: [doc] add rsscount in the list of tools entering the future

This commit is contained in:
Alexandre Dulaunoy 2024-02-11 13:35:16 +01:00
parent db022e4204
commit 763a3f1625
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -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 "<rss_url>" | sort
rssinternetdraft.py
-------------------