Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.
/ go-heroku Public archive

sample Django app that interfaces with the Vumi Go HTTP API

Notifications You must be signed in to change notification settings

smn/go-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-heroku

Sample Django app that interfaces with the Vumi Go HTTP API

$ heroku login
$ heroku create
$ git push heroku master
$ heroku config:add GO_ACCESS_TOKEN=<access-token> \
        GO_ACCOUNT_KEY=<account-key> \
        GO_CONVERSATION_KEY=<conv-key>
$ heroku ps:scale web=1
$ heroku open

Pass along the URL to your Vumi Go account administrator to set up the messages URL and you're good to go.

About

sample Django app that interfaces with the Vumi Go HTTP API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published