安装toolbelt -> https://devcenter.heroku.com/x?url=https%3A%2F%2Ftoolbelt.heroku.com%2F
命令行 -> heroku login
参考 https://devcenter.heroku.com/articles/keys must do -> heroku keys:add
克隆:
git clone git://github.com/RobSpectre/Twilio-Hackpack-for-Heroku-and-Flask.git
heroku create –stack cedar
老三样:
git add .
git commit
git push heroku master
trouble shooting:
$ heroku restart
$ heroku logs –tail
用Heroku看youtube,抓nbcnightlynews podcast毫无问题!
参考:
https://devcenter.heroku.com/articles/quickstart
Heroku's buildpack for Python applications.
https://github.com/heroku/heroku-buildpack-python
1,914 forks.
962 stars.
18 open issues.
Recent commits:
- Prepare release v240 (#1513)Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>, GitHub
- Bump wheel from 0.41.3 to 0.42.0 (#1511)* Bump wheel from 0.41.3 to 0.42.0Bumps [wheel](https://github.com/pypa/wheel) from 0.41.3 to 0.42.0.- [Release notes](https://github.com/pypa/wheel/releases)- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)- [Commits](https://github.com/pypa/wheel/compare/0.41.3…0.42.0)—updated-dependencies:- dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor…Signed-off-by: dependabot[bot] <[email protected]>* Add changelog entry———Signed-off-by: dependabot[bot] <[email protected]>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Ed Morley <[email protected]>, GitHub
- Bump pipenv from 2023.10.24 to 2023.11.15 (#1512)* Bump pipenv from 2023.10.24 to 2023.11.15Bumps [pipenv](https://github.com/pypa/pipenv) from 2023.10.24 to 2023.11.15.- [Release notes](https://github.com/pypa/pipenv/releases)- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)- [Commits](https://github.com/pypa/pipenv/compare/v2023.10.24…v2023.11.15)—updated-dependencies:- dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-minor…Signed-off-by: dependabot[bot] <[email protected]>* Update changelog———Signed-off-by: dependabot[bot] <[email protected]>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Ed Morley <[email protected]>, GitHub
- Bump pipenv from 2023.7.23 to 2023.10.24 (#1502)* Bump pipenv from 2023.7.23 to 2023.10.24Bumps [pipenv](https://github.com/pypa/pipenv) from 2023.7.23 to 2023.10.24.- [Release notes](https://github.com/pypa/pipenv/releases)- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)- [Commits](https://github.com/pypa/pipenv/compare/v2023.7.23…v2023.10.24)—updated-dependencies:- dependency-name: pipenv dependency-type: direct:production update-type: version-update:semver-minor…Signed-off-by: dependabot[bot] <[email protected]>* Add changelog entry* Update test fixtures for new pipenv output———Signed-off-by: dependabot[bot] <[email protected]>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Ed Morley <[email protected]>, GitHub
- Bump setuptools from 68.0.0 to 68.2.2 (#1501)* Bump setuptools from 68.0.0 to 68.2.2Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 68.2.2.- [Release notes](https://github.com/pypa/setuptools/releases)- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)- [Commits](https://github.com/pypa/setuptools/compare/v68.0.0…v68.2.2)—updated-dependencies:- dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor…Signed-off-by: dependabot[bot] <[email protected]>* Add changelog entry———Signed-off-by: dependabot[bot] <[email protected]>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Ed Morley <[email protected]>, GitHub
https://devcenter.heroku.com/articles/buildpacks
The fastest way to start using Twilio with Python.
https://github.com/RobSpectre/Twilio-Hackpack-for-Heroku-and-Flask
51 forks.
101 stars.
3 open issues.
Recent commits:
- 1) Upgraded dependencies., Rob Spectre
- 1) Removed configure main function from coverage.2) Segregated parser into separate function for testability.3) Added tests for configure cli script.4) Finished out error handling tests for 100% coverage., Rob Spectre
- Bump version of Twilio module., Rob Spectre
- Fix comma in app.json., Rob Spectre
- 1) Remove post deploy configuration until I find a way to get the Heroku domainpost-deploy.2) Fixed string substitution in configure.py., Rob Spectre