In message <[EMAIL PROTECTED]>, Michael
Bentley wrote:
> First thing to know is that google doesn't like the User-agent header
> urllib2 uses by default -- you'll have to masquerade as a browser
> (google throws a 403 error if you connect as 'User-Agent: Python-
> urllib/2.5': look into urllib2.bu
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
> As to the Google API key issue, I was unaware of that. Very annoying
> of them to stop that service. PyGoogle will basically be useless.
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
On Aug 23, 2007, at 6:33 AM, [EMAIL PROTECTED] wrote:
> Hi everybody, i'm new to the forum so: hello everybody (should I say
> "world"?) ^_^
> I'm trying to do a simple spider in python which:
>
> 1) ask google a query
> 2) parse the data
>
> I'm
> 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
In article <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]> wrote:
>thanks everybody, s kind. I'll take a look at booth.
>have a nice day/night (depending on your latitude!) ^_^
>
>ciao!
>
Somewhere in the middle between the two suggestions you've already
received is http://www.unixreview.com/documen
Well, it turned out that google since Dec 2006 is not giving out SOAP
api keys anymore.
What a shame! any tip? ;-)
--
http://mail.python.org/mailman/listinfo/python-list
thanks everybody, s kind. I'll take a look at booth.
have a nice day/night (depending on your latitude!) ^_^
ciao!
--
http://mail.python.org/mailman/listinfo/python-list
> 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://pygoogl
On Aug 23, 8:33 am, [EMAIL PROTECTED] wrote:
> Hi everybody, i'm new to the forum so: hello everybody (should I say
> "world"?) ^_^
> I'm trying to do a simple spider in python which:
>
> 1) ask google a query
> 2) parse the data
>
> I'm a python n
Hi everybody, i'm new to the forum so: hello everybody (should I say
"world"?) ^_^
I'm trying to do a simple spider in python which:
1) ask google a query
2) parse the data
I'm a python newbie so *any* help would be very, very welcommed.
Thanks in advice!
cheers!
-
11 matches
Mail list logo