Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Zetaphor/google-sheets-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Sheets Python

Simple proof of concept to read and write from Google Sheets using OAuth2 and gspread.

Documentation on creating auth credentials

Setup

Install the required dependencies:

pip install -r requirements.txt

Run main.py:

python main.py

Note about permissions:

Any spreadsheet you intend to access with this library has to first be shared with the client-email generated in your OAuth credentials JSON.

Example email:

"client_email": "[email protected]",

About

Messing with GSpread

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages