Twilio-Hackpack-for-Heroku-and-Flask icon indicating copy to clipboard operation
Twilio-Hackpack-for-Heroku-and-Flask copied to clipboard

The fastest way to start using Twilio with Python.

Results 3 Twilio-Hackpack-for-Heroku-and-Flask issues
Sort by recently updated
recently updated
newest added

Bumps [flask](https://github.com/pallets/flask) from 0.11.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

By default heroku uses HTTP auth which are of the form git.heroku.com/app.git rather than the SSL form git@

how i imagine this might work: - hit a flask endpoint that creates an application for you, shells out to git remote to get your heroku url, configures your app...