mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 14:33:53 +00:00
doc: add google spreadsheet setup process
This commit is contained in:
parent
70e4d42c45
commit
d3d2a1c4ec
28
doc/topics/google-spreadsheet.md
Normal file
28
doc/topics/google-spreadsheet.md
Normal file
|
@ -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:
|
||||
|
||||
<https://developers.google.com/identity/protocols/oauth2/service-account>
|
||||
|
||||
And
|
||||
|
||||
<https://developers.google.com/workspace/guides/create-credentials>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user