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/…') |
|||
(Una revisión intermedia por el mismo usuario no mostrado) | |||
Línea 1: | Línea 1: | ||
{{DISPLAYTITLE:Intro Google API}} | {{DISPLAYTITLE:Intro Google API}} | ||
+ | {{TEP}} | ||
== Intro == | == Intro == | ||
* Sitio: http://code.google.com/p/google-api-python-client/ | * Sitio: http://code.google.com/p/google-api-python-client/ | ||
Línea 11: | Línea 12: | ||
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 |
Última revisión de 05:03 27 nov 2011
Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos. Ver página de charlas. |
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