summaryrefslogtreecommitdiffstats
path: root/testing/urlwatch
Commit message (Collapse)AuthorAgeFilesLines
* testing/urlwatch: upgrade to 1.17Fabian Affolter2014-09-291-3/+5
|
* testing/urlwatch: upgrade to 1.15Fabian Affolter2012-09-211-2/+2
|
* testing/urlwatch: fix dependsNatanael Copa2012-05-171-2/+2
|
* testing/urlwatch: new aportFabian Affolter2012-05-171-0/+38
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/