{"id":26192784,"url":"https://github.com/asynched/py-webhook","last_synced_at":"2026-04-23T06:32:19.877Z","repository":{"id":125529294,"uuid":"400027123","full_name":"asynched/py-webhook","owner":"asynched","description":"A simple webhook implementation between two different API services. 🤝","archived":false,"fork":false,"pushed_at":"2021-08-26T20:07:38.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T18:49:01.004Z","etag":null,"topics":["fast-api","flask","python","webhook"],"latest_commit_sha":null,"homepage":"","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/asynched.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-26T03:21:47.000Z","updated_at":"2022-02-19T19:35:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"db8d2066-d4ca-423b-ac2f-ce5a3fb81869","html_url":"https://github.com/asynched/py-webhook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asynched/py-webhook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fpy-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fpy-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fpy-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fpy-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asynched","download_url":"https://codeload.github.com/asynched/py-webhook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fpy-webhook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32169657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"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":["fast-api","flask","python","webhook"],"created_at":"2025-03-12T01:24:42.761Z","updated_at":"2026-04-23T06:32:19.870Z","avatar_url":"https://github.com/asynched.png","language":"Python","readme":"# A very (**very**) simple Webhook implementation in Python\n\nA simple webhook implementation between two different API services\n\n### About the app\n\nThis apps simulates a user registration in an application which is split between two services:\n\n- A REST API\n- A mailing service\n\nWhen a user registers, a background task (sending the e-mail) is scheduled to run after the request. The API server sends the request with the user's e-mail to the mailing service which then sends the e-mail to the user.\n\n### Application flow\n\n**Obs:** Flowchart made with Mermaid, to visualize is use a markdown editor such as [StackEdit](https://stackedit.io).\n\n![Application flow](https://mermaid.ink/img/eyJjb2RlIjoiZ3JhcGhcblxuQ2xpZW50IC0tIFVzZXIgcmVnaXN0cmF0aW9uIC0tPiBBUElcbkFQSSAtLSBSZWdpc3RlcmVkIHVzZXIgLS0-IE1haWxTZXJ2aWNlXG5NYWlsU2VydmljZSAtLSBSZWdpc3RyYXRpb24gY29uZmlybWF0aW9uIGUtbWFpbCAtLT4gQ2xpZW50IiwibWVybWFpZCI6IntcbiAgXCJ0aGVtZVwiOiBcImRlZmF1bHRcIlxufSIsInVwZGF0ZUVkaXRvciI6ZmFsc2UsImF1dG9TeW5jIjp0cnVlLCJ1cGRhdGVEaWFncmFtIjpmYWxzZX0)\n\n### Installation\n\nRequirements:\n\n- Python\n- Node\n\n#### Initialize virtual environment\n\n```\n$ python -m venv ./venv\n```\n\n#### Install the dependencies\n\n```\n$ pip install -r requirements.txt\n```\n\n### Scripts\n\n#### REST API\n\n```sh\n$ yarn dev:api\n```\n\n#### Mailing service\n\n```sh\n$ yarn dev:mail\n```\n\n#### Testing the integration\n\n```sh\n$ yarn send:request\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Fpy-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasynched%2Fpy-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Fpy-webhook/lists"}