Skip to content

SamStent/googleapis-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%