| View previous topic :: View next topic |
| Author |
Message |
Antonimo
Joined: 28 Apr 2006 Posts: 55
|
Posted: Tue Aug 18, 2009 7:48 am Post subject: Webpage Change Detection Script |
|
|
Does anybody know of a small AHK script that can monitor webpages for changes?
I am not trying to get a complete text/content based change monitoring app, but something that can detect changes in the date/time and page size of a webpage.
Any pointers or existing scripts would be very helpful.
Thanks, |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Tue Aug 18, 2009 7:52 am Post subject: |
|
|
you caould make something with SetTimer, URLDownloadToFile, and then various commands to check for changes. _________________
(Common Answers) |
|
| Back to top |
|
 |
|