elmoallistair / googleapis-python

simple python scripts collection to interact with google apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

System requirements

Installing virtualenv

pip install virtualenv
virtualenv venv
source venv/bin/activate

Enabling APIs

gcloud services enable [SERVICE NAME]

Or go to the Cloud Console API Library

Installing the client library

  • pip
$ pip install --upgrade google-api-python-client
  • setuptools
$ easy_install --upgrade google-api-python-client
  • Manual installation

Download the latest client library for Python, unpack the code, and run python setup.py install

About

simple python scripts collection to interact with google apis


Languages

Language:Python 100.0%