Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 731 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 731 Bytes

googoal

GitHub Actions status

Software for interfacing with Google Services. This code was originally incorporated with the pods software, but split out in May 2021.

To access a spreadsheet from the script, you need to follow the protocol for Oauth 2.0, the process is described here.

Once you have the key file, you can specify its location in the _googoal.yml file, using for example

# Set the location of the credentials to use for access.
oauth2_keyfile: $HOME/oauth2-key-file-name.json