|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
What I want to automate is the searching of three web pages daily (ebay,
cl Houston, cl Austin) for a specific bicycle and emailing to my wife if
that bicycle is found.
The web pages will always have the same address.
I think I've got the searching and emailing covered, but I don't know
how to get the pages downloaded to my computer so that I can perform the
search.
Help or suggestions on any of this appreciated.
-Shay
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> I think I've got the searching and emailing covered, but I don't know
> how to get the pages downloaded to my computer so that I can perform the
> search.
One word? wget.
Although - how are you doing the searching and emailing? If you're using
some scripting language, it's possible it already has downloading
capabilities.
Post a reply to this message
|
|
| |
| |
|
|
From: Tor Olav Kristensen
Subject: Re: Automatically downloading web pages?
Date: 16 Feb 2008 14:20:07
Message: <47b73767@news.povray.org>
|
|
|
| |
| |
|
|
Nicolas Alvarez wrote:
>> I think I've got the searching and emailing covered, but I don't know
>> how to get the pages downloaded to my computer so that I can perform
>> the search.
>
> One word? wget.
...
http://en.wikipedia.org/wiki/Wget
- Or curl
http://curl.haxx.se/
--
Tor Olav
http://subcube.com
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Shay <sha### [at] nonenone> wrote:
> What I want to automate is the searching of three web pages daily (ebay,
> cl Houston, cl Austin) for a specific bicycle and emailing to my wife if
> that bicycle is found.
> The web pages will always have the same address.
> I think I've got the searching and emailing covered, but I don't know
> how to get the pages downloaded to my computer so that I can perform the
> search.
You don't mention your operating system. That's a rather relevant
information in order to give a proper answer. (For example linux has
already all the necessary tools to do that, in Windows you probably
need to download additional software.)
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
From: Doctor John
Subject: Re: Automatically downloading web pages?
Date: 17 Feb 2008 09:42:00
Message: <47b847b8@news.povray.org>
|
|
|
| |
| |
|
|
Deep in the caves of Dell'Hp T'osh Iba the being known as Shay
carved the sacred runes that meant:
> What I want to automate is the searching of three web pages daily (ebay,
> cl Houston, cl Austin) for a specific bicycle and emailing to my wife if
> that bicycle is found.
>
> The web pages will always have the same address.
>
> I think I've got the searching and emailing covered, but I don't know
> how to get the pages downloaded to my computer so that I can perform the
> search.
How about HTTrack (if you're using Windows <=XP sp2)?
John
--
I will be brief but not nearly so brief as Salvador Dali, who gave the
world's shortest speech. He said, "I will be so brief I am already
finished," then he sat down.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |