Diferencia entre revisiones de «Usuario:Lmorillas/modulo programacion/python/intro google api»
De WikiEducator
(Página creada con '{{DISPLAYTITLE:Intro Google API}} == Intro == * Sitio: http://code.google.com/p/google-api-python-client/ * APIs que soporta: http://code.google.com/p/google-api-python-client/…') |
|||
Línea 11: | Línea 11: | ||
Si no, descargar en instalar desde http://code.google.com/p/google-api-python-client/downloads/list | Si no, descargar en instalar desde http://code.google.com/p/google-api-python-client/downloads/list | ||
python setup.py install | python setup.py install | ||
+ | |||
+ | == Developer Key == | ||
+ | Algunas aplicaciones necesitan una [http://code.google.com/p/google-api-python-client/wiki/DeveloperKey developer key] | ||
+ | |||
+ | Revisa los accesos que son gratuitos |
Revisión de 05:03 27 nov 2011
Intro
- Sitio: http://code.google.com/p/google-api-python-client/
- APIs que soporta: http://code.google.com/p/google-api-python-client/wiki/SupportedApis
Instalar
easy_install --upgrade google-api-python-client # Necesita setuptools
Si no, descargar en instalar desde http://code.google.com/p/google-api-python-client/downloads/list
python setup.py install
Developer Key
Algunas aplicaciones necesitan una developer key
Revisa los accesos que son gratuitos