4 Commits

Author SHA1 Message Date
Fabian Affolter
c13d517005 testing/urlwatch: upgrade to 1.17 2014-09-29 06:07:14 +00:00
Fabian Affolter
e9bba6139f testing/urlwatch: upgrade to 1.15 2012-09-21 22:28:10 +00:00
Natanael Copa
0eb77681fb testing/urlwatch: fix depends 2012-05-17 14:46:53 +00:00
Fabian Affolter
ed4b275fe1 testing/urlwatch: new aport
This script is intended to help you watch URLs and get notified (via
email or in your terminal) of any changes. The change notification
will include the URL that has changed and a unified diff of what has
changed.

The script supports the use of a filtering hook function to strip
trivially-varying elements of a webpage.

Basic features

* Simple configuration (text file, one URL per line)
* Easily hackable (clean Python implementation)
* Can run as a cronjob and mail changes to you
* Always outputs only plaintext - no HTML mails :)
* Supports removing noise (always-changing website parts)
* Example hooks to filter content in Python

http://thpinfo.com/2008/urlwatch/
2012-05-17 13:33:13 +00:00