
September 11th, 2000, 03:45 AM
|
|
Contributing User
|
|
Join Date: May 2000
Location: Alkmaar, The Netherlands
Posts: 123
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
I would suggest you write a Perl-script. This can retrieve the info from the web for you. You can request the page using LWP::UserAgent and use Regular Expressions to scrape the quotes from it.
However I'm not sure how to send the SMS from there. Maybe there is site that you can put a request to with the info in the querystring, which will send it to you.
Indeed you then can use cron to have executed every morning.
------------------
Good luck,
Bas
------------------
E-mail me at: b.vandermeijden@pecoma.nl
|