# 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