Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 563 Bytes

File metadata and controls

21 lines (16 loc) · 563 Bytes

Google sheet

The google sheet module uses google sheets as a data management interface. To get started, you can clone this sample google sheet to use as your own management interface.

Setup

Get a valid google api key and create the following env variable:

GOOGLE_API_KEY=<your key here>

Configure the data object in streameth config file like so:

  "data": {
    "type": "gsheet",
    "config": {
      "sheetId": "google sheet id here"
    }
  },