Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T01:00:10.000Z (3 months ago)
- Last Synced: 2024-11-04T02:16:54.111Z (3 months ago)
- Topics: http, json, python, streamlit, webhook, webhooks
- Language: Python
- Homepage: https://go.alphasec.io/webhooks
- Size: 72.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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.![webhook-client-streamlit](./webhook-client-streamlit.png)
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.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/WJuLbj?referralCode=alphasec)