Monitor daily changes from a list of websites.
curl
htmlq
(used for HTML documents)html2text
jq
(only used for JSON documents)
Line format can be:
URL XpathQuery
URL jq jqFilter
# comment
- URL is passed to
curl
for downloading the content. - XPathQuery is passed to
htmlq
to isolate the content of interest. - jqFilter is passed to
jq
Lines starting with #
are ignored.
Check MONITORS.example.txt
for an example.
GPL