summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2016-12-09 21:05:45 +0100
committerYves Fischer <yvesf-git@xapek.org>2016-12-09 21:31:44 +0100
commitd1fd42b946734843415cd0bab3083679123153d0 (patch)
treed044110dabad1d0ba58dbc6082744355108001cd
parente7093d8e19512c357890942f455c632a2089950d (diff)
downloadwatchnews-d1fd42b946734843415cd0bab3083679123153d0.tar.gz
watchnews-d1fd42b946734843415cd0bab3083679123153d0.zip
update README.md
-rw-r--r--README.md30
1 files changed, 9 insertions, 21 deletions
diff --git a/README.md b/README.md
index 8874437..cb3a774 100644
--- a/README.md
+++ b/README.md
@@ -2,37 +2,25 @@
Aggregate RSS and archive website for later diffing.
-
-
# USAGE
- ./watchnews-cli --help
- usage: watchnews-cli [-h] [--add URL] [--update] [--update-feed ID]
- [--remove ID] [--list] [--web] [--db DBPATH] [--rss]
-
- Process some integers.
+for reference execute:
- 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
- --db DBPATH Path to sqlite database file
- --rss Dump a RSS feeds
+ watchnews-cli --help
## Example
- ./watchnews.py --add 'http://blog.fefe.de/rss.xml?html'
- ./watchnews.py --update
- ./watchnews.py --web
+ watchnews-cli --add 'http://blog.fefe.de/rss.xml?html'
+ watchnews-cli --update
+ watchnews-cli --web
+ watchnews-cli --rss > output.rss
# 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:
+On Debian this requires at least:
+
python3-dev build-essential libxslt1-dev zlib1g-dev