mirror of
https://github.com/adulau/rss-tools.git
synced 2024-11-21 17:47:07 +00:00
chg: [doc] add rsscount in the list of tools entering the future
This commit is contained in:
parent
db022e4204
commit
763a3f1625
1 changed files with 17 additions and 7 deletions
24
README.md
24
README.md
|
@ -68,6 +68,23 @@ Options:
|
||||||
maximum item to list in the feed, default 32
|
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
|
## License
|
||||||
|
|
||||||
rss-tools are open source/free software licensed under the permissive 2-clause BSD 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
|
## 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
|
rssinternetdraft.py
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue