/google_sheets_script_public

A script using Google API to copy from template and replace things in each sheet 🤖

Primary LanguagePythonMIT LicenseMIT

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

Modules used

  • gspread
  • google-api-python-client
  • google-auth-httplib2
  • google-auth-oauthlib

Nothing more, nothing less