trouble getting google through urllib

Fredrik Lundh fredrik at pythonware.com
Tue Dec 19 03:55:53 EST 2006


Dr. Locke Z2A wrote:

> <H1>Forbidden</H1>
> Your client does not have permission to get URL
> <code>/translate_t?text='%20como%20estas'&hl=en&langpair=es%7Cen&tbb=1</code>
> from this server.

> Does anyone know how I would get the bot to have permission to get the
> url? 

     http://www.google.com/terms_of_service.html

     "You may not send automated queries of any sort to Google's
     system without express permission in advance from Google."

official API:s are available here:

     http://code.google.com/

</F>




More information about the Python-list mailing list