https://github.com/alphasecio/webhook-client-streamlit
A sample webhook client application using Streamlit.
https://github.com/alphasecio/webhook-client-streamlit
http json python streamlit webhook webhooks
Last synced: 5 months ago
JSON representation
A sample webhook client application using Streamlit.
- Host: GitHub
- URL: https://github.com/alphasecio/webhook-client-streamlit
- Owner: alphasecio
- License: mit
- Created: 2023-03-28T09:13:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T02:43:09.000Z (10 months ago)
- Last Synced: 2025-04-21T21:38:09.687Z (10 months ago)
- Topics: http, json, python, streamlit, webhook, webhooks
- Language: Python
- Homepage: https://go.alphasec.io/webhooks
- Size: 80.1 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# webhook-client-streamlit
A sample webhook client application using Streamlit. The client takes `Webhook URL` and `JSON Payload` as inputs, and makes an HTTP POST request to the specified webhook endpoint URL along with the payload.

For a detailed guide to webhook clients, see [this](https://alphasec.io/getting-started-with-webhooks-part-2-webhook-clients/) post. To deploy on [Railway](https://railway.app/?referralCode=alphasec) using a one-click template, click the button below.
[](https://railway.app/new/template/WJuLbj?referralCode=alphasec)