{"id":18232854,"url":"https://github.com/wgwz/flask-error-alerts","last_synced_at":"2026-04-30T09:38:13.804Z","repository":{"id":53639217,"uuid":"256294649","full_name":"wgwz/flask-error-alerts","owner":"wgwz","description":"Flask error alerts with Twilio Sendgrid","archived":false,"fork":false,"pushed_at":"2023-05-01T21:38:01.000Z","size":7,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T11:39:34.011Z","etag":null,"topics":["flask","sendgrid","twilio"],"latest_commit_sha":null,"homepage":"https://www.twilio.com/blog/receive-flask-error-alerts-email-twilio-sendgrid","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wgwz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-04-16T18:16:44.000Z","updated_at":"2021-05-25T03:33:23.000Z","dependencies_parsed_at":"2025-04-08T11:46:25.887Z","dependency_job_id":null,"html_url":"https://github.com/wgwz/flask-error-alerts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wgwz/flask-error-alerts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgwz%2Fflask-error-alerts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgwz%2Fflask-error-alerts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgwz%2Fflask-error-alerts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgwz%2Fflask-error-alerts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wgwz","download_url":"https://codeload.github.com/wgwz/flask-error-alerts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgwz%2Fflask-error-alerts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","sendgrid","twilio"],"created_at":"2024-11-04T14:04:14.730Z","updated_at":"2026-04-30T09:38:13.788Z","avatar_url":"https://github.com/wgwz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Error Alerts with Twilio Sendgrid\n\nFull tutorial can be found here: \n\nThis code shows how to send an email alert every time an unhandled exception occurs.\n\n## Getting Started\n\n### Installing\n\n```\n$ python3 -m venv venv\n$ . venv/bin/activate\n$ pip install -r requirements.txt\n```\n\n### Config\n\nCreate a `.env` file in project directory with the following:\n\n```\nSENDGRID_API_KEY=yourkey\nFROM_EMAIL=youremail\nTO_EMAIL=youremail\n```\n\n### Running locally\n\n```\n(venv) $ flask run\n```\n\nVisit [localhost:5000/](localhost:5000/)\n\n## Built With\n\n* [Flask](https://flask.palletsprojects.com/en/1.1.x/) - The web framework used\n* [Twilio Sendgrid](https://www.twilio.com/sendgrid) - Email Service \n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgwz%2Fflask-error-alerts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwgwz%2Fflask-error-alerts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgwz%2Fflask-error-alerts/lists"}