https://github.com/zeyu-li/google_sheets_script_public
A script using Google API to copy from template and replace things in each sheet 🤖
https://github.com/zeyu-li/google_sheets_script_public
google google-api google-sheets google-spreadsheet gspread
Last synced: 8 months ago
JSON representation
A script using Google API to copy from template and replace things in each sheet 🤖
- Host: GitHub
- URL: https://github.com/zeyu-li/google_sheets_script_public
- Owner: Zeyu-Li
- License: mit
- Created: 2019-10-24T15:57:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T21:31:53.000Z (over 6 years ago)
- Last Synced: 2025-09-05T12:58:08.664Z (9 months ago)
- Topics: google, google-api, google-sheets, google-spreadsheet, gspread
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Google Sheets Cloner using Google API
## About
-------
This project uses Google's poorly documented API to
clone a defined template and clone it to another folder
This project is the cloning of a schedule sheet and it changes the dates
## Show have when finished
* credentials.json - credentials to access Google's API
* sheets.json - Google sheets credentials
* token.pickle - pickler acts as credentials. if available, let the user log in
## Resources
* [Drive](https://developers.google.com/drive)
* [Sheets](https://developers.google.com/sheets/api)
* [gspread](https://gspread.readthedocs.io/en/latest/)
## Modules used
* gspread
* google-api-python-client
* google-auth-httplib2
* google-auth-oauthlib
Nothing more, nothing less