diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -6,8 +6,9 @@ Aggregate RSS and archive website for later diffing. # USAGE - usage: watchnews.py [-h] [--add URL] [--update] [--update-feed ID] - [--remove ID] [--list] [--web] + ./watchnews-cli --help + usage: watchnews-cli [-h] [--add URL] [--update] [--update-feed ID] + [--remove ID] [--list] [--web] [--db DBPATH] [--rss] Process some integers. @@ -19,7 +20,8 @@ Aggregate RSS and archive website for later diffing. --remove ID Remove feed with ID --list List all registered feeds --web Run web interface - + --db DBPATH Path to sqlite database file + --rss Dump a RSS feeds ## Example @@ -27,3 +29,10 @@ Aggregate RSS and archive website for later diffing. ./watchnews.py --update ./watchnews.py --web +# Installing + +One way to install it is to use pip: + pip3 install --upgrade --user https://www.xapek.org/git/yvesf/watchnews/archive/master.zip + +On debian this requires at least: + python3-dev build-essential libxslt1-dev zlib1g-dev |