Re: Application to watch web pages for changes?



Joshua McGee <joshua@xxxxxxxxxx> wrote:
I'd like a Linux application that would watch a web page for changes,
and then either email you diffs or publish a feed. Anyone know of
one?

Start with wget and diff in a cron job, and go from there.

I wrote something similar for monitoring specific domain registration
details (see "whois"). Took about an hour to throw together, including
testing and installation.

Regards,
Chris
.