-
Notifications
You must be signed in to change notification settings - Fork 0
Unisight-Technologies/google-sheets-API-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Steps to Implement Google Sheets API- 1. Create a new project from Google Developers Console- https://console.google.developers.com 2. Go to APIs Library- https://console.cloud.google.com/apis/library 3. Enable Google Drive and Google Sheets APIs. 4. Go to Create Credentials and choose Service Account 5. Give Editor access. 6. Click Create Key->JSON. 7. Rename the downloaded json as "creds.json" and store it in the "creds" folder. 8. Copy the "client_email" from the json file and add that email as an editor to a Google Sheet. 9. Use example.py as a starting point to write code. P.S- Don't forget to install dependencies mentioned in the requirements.txt file.
About
Google Sheets API using Python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published