Re: problem with google api / xml




robin wrote:

from SOAPpy import WSDL
WSDLFILE = '/pathtomy/googleapi/GoogleSearch.wsdl'
APIKEY = '....'
_server = WSDL.Proxy(WSDLFILE)

Robin, note this part of the URI set in WSDLFILE:
'/pathtomy/googleapi'. Get it? 'path to my google api'. You must set
this part to the actual path where the file 'GoogleSearch.wsdl' is
found. In addition, doesn't APIKEY = '....' look a bit odd to you?
Hmm, what could this mean. APIKEY. Perhaps you need to get an API key
from Google in order to use their search API, and fill it in there?

;-)

.



Relevant Pages

  • Re: problem with google api / xml
    ... path and exchanged my apikey with "...." ... note this part of the URI set in WSDLFILE: ... 'path to my google api'. ... Perhaps you need to get an API key ...
    (comp.lang.python)
  • Re: API
    ... with the Google API you are completely gone... ... You have to ask for permission first... ... a site selling other commercial stuff)... ...
    (alt.internet.search-engines)
  • Re: Google Pagerank script
    ... > John Bokma wrote: ... > Seems to use a Google API for pagerank et al. ... Like I said, PageRank is AFAIK not in the API, it was not last time I ...
    (alt.internet.search-engines)