Browse Airtable bases with a Facebook Messenger bot.
- Install
gcloud
sdk:
curl https://sdk.cloud.google.com | bash
- Run
gcloud init
to initialize thegcloud
environment:
gcloud init
- Install dependencies for running scripts
brew install jq
- Setup
GOPATH
export GOPATH=$HOME
export PATH=$PATH:$(go env GOPATH)/bin
export GOPATH=$(go env GOPATH)
- Install
go
dependencies
go get ./...
- Decrpyt
secrets
andservice-account
scripts/kms decrypt secrets
scripts/kms decrypt service-account