twitter-api

command module
v0.0.0-...-e66dc51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2022 License: MIT Imports: 13 Imported by: 0

README

twitter-api

GoDoc

twitter-api is a grpc based API to attend inpublic.io Twitter integration needs

Usage

Deploy on GCP

# create the secret on GCP secrets manager
gcloud secrets create twitter-bearer-token \
    --replication-policy="automatic"

# create a secret from a string
printf "twitter_bearer_token_here" | gcloud secrets versions add twitter-bearer-token \
            --data-file=-

# deploy to cloud run
gcloud run deploy twitter-api \
    --image gcr.io/<google_project_id>/twitter-api \
    --update-secrets=TWITTER_BEARER_TOKEN=twitter-bearer-token:latest

License

This library is distributed under the MIT license found in the LICENSE file.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL