Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

tabasco70

macrumors 6502
Original poster
Mar 10, 2009
316
0
Japan
Hi, I was wondering if there was any simply way of setting a repetitive task of checking a certain page at certain times each day. (Like every hour or so)

If any of you know any good methods to achieve this, any advice will be much appreciated! Thank you! :)
 
Hi, I was wondering if there was any simply way of setting a repetitive task of checking a certain page at certain times each day. (Like every hour or so)

If any of you know any good methods to achieve this, any advice will be much appreciated! Thank you! :)

You could set up a cron job if you have x11.app installed.

Start Terminal.app
Code:
crontab -e
0 8-17 * * * open http://www.webpageaddress.com/
for instructions on using crontab type
man crontab or
man cron
if you want to use another web application you use
Code:
0 8-17 * * * open -a firefox http://www.webpageaddress.com/
:eek:
 
Wirelessly posted (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Safari/530.17)

1) Write an Applescript to open the webpage.

2) Set an iCal event to trigger that Applescript whenever you want it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.