Skip to content

simple python scripts collection to interact with google apis

Notifications You must be signed in to change notification settings

elmoallistair/googleapis-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages