Re: simple spider in python

2007-08-25 Thread samushack
On Aug 23, 4:49 pm, [EMAIL PROTECTED] wrote: > well, i think that they deserve people moving toward yahoo's API... > check this out:http://pysearch.sourceforge.net/ > it's basically the same thing as pygoogle BUT working with google's > competitor. it seems like internet has its own built-in antibo

Re: simple spider in python

2007-08-23 Thread samushack
> Somewhere in the middle between the two suggestions you've already > received is http://www.unixreview.com/documents/s=10133/ur0706e/>. I followed that link, and got an error page... As to the Google API key issue, I was unaware of that. Very annoying of them to stop that service. PyGoogle will

Re: simple spider in python

2007-08-23 Thread samushack
> I'm trying to do a simple spider in python which: > > 1) ask google a query > 2) parse the data While you could use urllib2.urlopen() as Frederick mentioned, there is actually a Python module built JUST for getting info from Google queries! So check out PyGoogle: http://pygoogle.sourceforge.net/