[EMAIL PROTECTED] wrote:
> I dont mean only google, also other sites aswell

Google expressly forbids doing any form of automated search outside of
their api. If you want to write a script that will run Google searches,
you have to use the api to do so. As far as I know most of the other
search sites have the same requirement.

Yes, it is possible to query a bunch of search sites and dump the
results into an xml file. It is not even all that hard. In fact, I bet
running a search on the relevant terms will probably produce something
that almost does what you want.

-Adam

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to