Skip to content

Commit

Permalink
chg: [doc] add rsscount in the list of tools entering the future
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Feb 11, 2024
1 parent db022e4 commit 763a3f1
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
-------------------

Expand Down

0 comments on commit 763a3f1

Please sign in to comment.