Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1 KB

File metadata and controls

38 lines (26 loc) · 1 KB

google-api-python-client-sample

How to use

Gmail API

>cd path\to\dir

path\to\dir>git clone https://github.com/thinkAmi-sandbox/google-api-python-client-sample.git

path\to\dir>virtualenv -p c:\python35-32\python.exe env
path\to\dir>env\Scripts\activate

# Send mail by gmail using Gmail API 
(env) >python gmail_sender.py

 

Tested Envrionment

Gmail API

  • Windows10 x64
  • Python 3.5.1 32bit
  • google-api-python-client 1.5.1

 

Google Drive API

  • Mac OS X 10.11.6
  • Python 3.6.5
  • google-api-python-client 1.6.6

 

Related Blog (Written in Japanese)