blob: cb3a774cec00ceea004b9de2c0ef04fc2f5e3321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Watchnews
Aggregate RSS and archive website for later diffing.
# USAGE
for reference execute:
watchnews-cli --help
## Example
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:
python3-dev build-essential libxslt1-dev zlib1g-dev
|