安装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
The official Heroku buildpack for Python apps
https://github.com/heroku/heroku-buildpack-python
1,864 forks.
946 stars.
16 open issues.
Recent commits:
- Remove support for skipping check-changelog using the PR description (#1396)Since:- We only ever use the `skip changelog` label method of skipping the check.- Supporting skip-comments in the PR description means the check has to listen to the `edited` event type, which causes action-churn every time a PR description is edited.- Having a clear single way to skip the check seems preferable to a grab-bag of approaches., GitHub
- Bump rubocop-rspec from 2.15.0 to 2.16.0 (#1394)Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.15.0 to 2.16.0.- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.15.0…v2.16.0)—updated-dependencies:- dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor…Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, GitHub
- Bump rubocop from 1.39.0 to 1.41.1 (#1393)Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.39.0 to 1.41.1.- [Release notes](https://github.com/rubocop/rubocop/releases)- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)- [Commits](https://github.com/rubocop/rubocop/compare/v1.39.0…v1.41.1)—updated-dependencies:- dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor…Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, GitHub
- Bump rspec-expectations from 3.12.0 to 3.12.1 (#1395)Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.12.0 to 3.12.1.- [Release notes](https://github.com/rspec/rspec-expectations/releases)- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)- [Commits](https://github.com/rspec/rspec-expectations/compare/v3.12.0…v3.12.1)—updated-dependencies:- dependency-name: rspec-expectations dependency-type: direct:development update-type: version-update:semver-patch…Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, GitHub
- Release v224, Ed Morley
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.
102 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