python - Python 中的 Web Hook : Any particular library?

标签 python webhooks

我想在 python 中实现网络 Hook 。在服务器端和客户端。是否有用于实现网络 Hook 的特定库?还是 django 或 twisted python 处理这个?

最佳答案

您可能应该提到“网络 Hook ”是一个特定的概念——如 webhooks.org 中所解释的那样- 避免获得关于网络的通用答案,正如我看到的那样。这不是一个流行或广泛传播的概念,因此回答者的完全混淆并不令人惊讶,但很容易预测。

关于你的问题,我知道Hookah (来自 webhooks.org 网站)和 durian (Django 的网络 Hook )。有具体的,比如TracWebHooks用于向问题跟踪服务 Trac 添加网络 Hook ,但我知道您正在寻找更通用的东西。

关于python - Python 中的 Web Hook : Any particular library?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2935596/

相关文章:

stripe-payments - Stripe : "charge.succeeded" webhook not firing for connected account. 错误的事件类型名称?

stripe-payments - 为什么 Stripe checkout Webhooks 将 customer_email 发送到 null?

python - 今天使用哪些书籍来学习离散事件仿真?

Python多处理问题

python - Pandas - 过滤列至少匹配一次的行

php - 如何在 PHP 中验证 Paypal webhook 签名?

azure - Azure Devops 管道的传入 Webhook 触发器 : "Cannot find webhook for the given webHookId"

python - 有条件地使字段为必填字段 Field Flask Forms

Python 描述符与属性

javascript - 使用 GAS 发布的网络应用程序作为云端硬盘推送通知的处理程序