a GitHub App built with probot that
# Install dependencies
npm install
# Run the bot
npm start
See docs/deploy.md if you would like to run your own instance of this app.
- On the Google Developers Console, create, or select a project to use to authenticate with.
- From the APIs dashboard, enable the Google Sheets API.
- Navigate to the [https://console.developers.google.com/iam-admin/serviceaccounts/project](Service Accounts) configuration (From the IAM & Admin > Service Accounts menu).
- Create a new service account. No roles or delegation privileges are required. Ensure you save the resulting json configuration file for later use.
- Copy the Service Account ID for the newly created account.
- In the Spreadsheet you need to give access to, use the Service Account ID as an email address in the Spreadsheet's Share Options.
- TODO: add details of what to do with the JSON file for the service account to configure the bot.