Skip to content

Go app to respond to simple commands using the Messenger API to query Airtable bases.

Notifications You must be signed in to change notification settings

devonboyer/airbot

Repository files navigation

airbot

Browse Airtable bases with a Facebook Messenger bot.

Setup

  1. Install gcloud sdk:
curl https://sdk.cloud.google.com | bash
  1. Run gcloud init to initialize the gcloud environment:
gcloud init
  1. Install dependencies for running scripts
brew install jq
  1. Setup GOPATH
export GOPATH=$HOME
export PATH=$PATH:$(go env GOPATH)/bin
export GOPATH=$(go env GOPATH)
  1. Install go dependencies
go get ./...
  1. Decrpyt secrets and service-account
scripts/kms decrypt secrets
scripts/kms decrypt service-account

About

Go app to respond to simple commands using the Messenger API to query Airtable bases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published