From d3d2a1c4ecf5fdecb01375a67db4b6800a4e0243 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 6 Jul 2023 15:58:06 +0800 Subject: [PATCH] doc: add google spreadsheet setup process --- doc/topics/google-spreadsheet.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/topics/google-spreadsheet.md 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 + + + + + +