in reply to check words' popularity using Google
You could make this much friendlier to Google's servers by using the SOAP interface, rather than loading the whole page just to get one number. There are even some perl interfaces to their SOAP system: Net::Google and DBD::google (DBD::google is a DBI wrapper around Net::Google, which makes Google act like a database, and you can do sql queries against it, it is seriously cool).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: check words popularity using Google
by mooseboy (Pilgrim) on Mar 07, 2003 at 12:57 UTC | |
|
Re: Re: check words popularity using Google
by mooseboy (Pilgrim) on Mar 08, 2003 at 08:49 UTC |