Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/some-natalie/webhook-demo
https://github.com/some-natalie/webhook-demo
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/some-natalie/webhook-demo
- Owner: some-natalie
- License: mit
- Created: 2023-01-19T21:35:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T06:11:09.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T10:16:51.266Z (almost 2 years ago)
- Language: Python
- Size: 490 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webhook receiver
An example of a webhook receiver using [GitHub Codespaces](https://github.com/features/codespaces)! Check out the [demo](demos.md) guide for a short guided tour.
> **Warning**
> Not for production. May contain out of date dependencies in `requirements.txt`. Also, it doesn't do anything useful - but you can probably modify it to do useful stuff on webhook receipt.## Real world
Change the `app.py` function to do something useful ... whatever it was that you were really wanting to accomplish. Update the requirements in `requirements.txt` first. Consider moving off Werkzeug.
:information_source: Yes, the Redis container in `docker-compose.yml` does nothing at the moment, but it does in the [systemd](systemd) directory. I had originally used this sort of program to kick off longer running tasks that couldn't be finished in time for the 10s webhook timeout in GitHub, so it'll return `201 - created` once the info from the webhook is put into Redis.