diff --git a/doc/topics/google-spreadsheet.md b/doc/topics/google-spreadsheet.md new file mode 100644 index 000000000..fbd34b998 --- /dev/null +++ b/doc/topics/google-spreadsheet.md @@ -0,0 +1,28 @@ +# Google Spreadsheet Integration + +## Setup + +Run gcloud init to setup a new profile: + +```shell +gcloud init +``` + +Enable Sheet API: + +```shell +gcloud services enable sheets.googleapis.com +``` + +You will need to setup a service account for your bbgo application, +check the following documentation to setup the authentication: + + + +And + + + + + +