From 76b682ac3073638fda5d6caa23594dd56bf6f06d Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 21 Nov 2015 13:27:51 +0100 Subject: a functional draft --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d93fd9 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Watchnews + +Aggregate RSS and archive website for later diffing. + + + +# USAGE + + usage: watchnews.py [-h] [--add URL] [--update] [--update-feed ID] + [--remove ID] [--list] [--web] + + Process some integers. + + optional arguments: + -h, --help show this help message and exit + --add URL add feed with URL + --update Update all known feeds + --update-feed ID Update feed with ID + --remove ID Remove feed with ID + --list List all registered feeds + --web Run web interface + + +## Example + + ./watchnews.py --add 'http://blog.fefe.de/rss.xml?html' + ./watchnews.py --update + ./watchnews.py --web + -- cgit v1.2.1