{"id":22419058,"url":"https://github.com/en10/herokuflask","last_synced_at":"2026-05-18T10:39:28.829Z","repository":{"id":75872130,"uuid":"118384811","full_name":"EN10/HerokuFlask","owner":"EN10","description":"Simple Python Flask Web App on Heroku","archived":false,"fork":false,"pushed_at":"2020-09-05T23:28:26.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-04T13:29:20.845Z","etag":null,"topics":["flask","heroku","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EN10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-21T23:56:53.000Z","updated_at":"2020-09-05T23:29:00.000Z","dependencies_parsed_at":"2023-02-24T10:15:43.747Z","dependency_job_id":null,"html_url":"https://github.com/EN10/HerokuFlask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EN10/HerokuFlask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FHerokuFlask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FHerokuFlask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FHerokuFlask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FHerokuFlask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EN10","download_url":"https://codeload.github.com/EN10/HerokuFlask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FHerokuFlask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","heroku","python"],"created_at":"2024-12-05T16:14:00.659Z","updated_at":"2026-05-18T10:39:23.820Z","avatar_url":"https://github.com/EN10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Python Web App for Heroku\n\n* Based on [Flask Hello World](https://flask.palletsprojects.com/en/1.1.x/quickstart/#a-minimal-application)\n* [This App on Heroku](https://flaskapp01.herokuapp.com)  \n* [Python Docs on Heroku](https://devcenter.heroku.com/categories/python-support)  \n* [Inception on Heroku](https://github.com/EN10/InceptionHeroku)\n\n#### Install\n\n    sudo pip install heroku gunicorn flask\n\n**Setup Git**\n\n    git init\n    git add requirements.txt Procfile app.py  \n    git commit -am \"init\"  \n    \n**Setup Heroku**\n\n    heroku login\n    heroku git:remote -a flaskapp01\n\n**Push to Heroku**\n\n    git push heroku master\n    \n**Run App Locally:**\n\n    export FLASK_APP=app.py\n    flask run --host=0.0.0.0 --port=8080\n\n#### Files:\n\n* [requirements.txt](https://raw.githubusercontent.com/EN10/PythonHeroku/master/requirements.txt) prerequisite pip packages for app.py\n* [Procfile](https://raw.githubusercontent.com/EN10/PythonHeroku/master/Procfile) command to run app.py\n* [app.py](https://raw.githubusercontent.com/EN10/PythonHeroku/master/app.py) flask / python app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fen10%2Fherokuflask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fen10%2Fherokuflask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fen10%2Fherokuflask/lists"}