ONLINE ART AUCTION
The Best Online Art Auction Location

Album Collectiblerare

No items matching your keywords were found.


Album Collectiblerare

How to automatically get informed when a keyword appears on a webpage?

I am looking for a commercial or free software application that automatically checks a wepage every X minutes and informes me when a specific "keyword" appears on it.

I've spend quite some time searching google to no avail and would be more than grateful if anyone could help.

John

hmmm I don't know about a windows program to do this, but if you were in unix land you could have a script to say

wget http:// | grep
if [ $? == 0 ] ; then

fi

and then set the script to run every so often via crontab.

But again, no idea what to do under windows.

Goldmundxy

Comments are closed.