Skip to content

simple python scripts collection to interact with google apis

Notifications You must be signed in to change notification settings

SamStent/googleapis-python

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python100.0%