Categorygithub.com/grokify/glipbot-tokenizer
modulepackage
0.2.10
Repository: https://github.com/grokify/glipbot-tokenizer.git
Documentation: pkg.go.dev

# README

Glipbot Tokenizer

Build Status Go Report Card Docs License Heroku Video Stack Overflow Chat

Helper app to retrieve Glip bot access token.

This app allows you to retrieve a token without coding OAuth into your app.

Note: this works for private bots only.

Installation

Note: if you just want to retrieve a token for your bot, you can simply use the online service. The below is if you want to host your own version of Glipbot Tokenizer.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy

More information on deploying Go on Heroku here:

Configuration

Environment VariableRequiredDescription
APP_SERVER_URLyBase URL for your server, e.g. https://myapp.herokuapp.com
SPARKPOST_API_KEYyYour SparkPost API Key (https://sparkpost.com) to send email
SPARKPOST_EMAIL_SENDERyYour sender email address. The domain must be verified by SparkPost
HTTP_ENGINEnHTTP engine. Currently nethttp is supported

# Packages

No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author