Skip to content

pdehaan/gspread-python-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gspread python test

Trying to edit a Google Sheet using the gspread library.

NOTE: Copy the generated credientials file from GCP into your ~/.config/gspread/ directory and rename the file "service_account.json", otherwise you'll get the following error:

FileNotFoundError: [Errno 2] No such file or directory: '/Users/xxx/.config/gspread/service_account.json'

Creating a virtual environment

python3 -m venv venv
source ./venv/bin/activate
pip install gspread

Getting Started

Run python test.py and it'll either work (unlikely), or you'll run through the gauntlet of first time errors, including:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages