← 返回
未分类

Webhook Receiver Pro

Webhook接收 - 本地HTTP服务接收和处理webhook事件,支持日志记录、事件过滤、自动重试
Webhook接收 – 本地HTTP服务处理webhook事件,含日志、过滤、自动重试
534422530
未分类 clawhub v2.0.0 2 版本 99639 Key: 无需
★ 0
Stars
📥 276
下载
💾 0
安装
2
版本
#automation#events#http#latest#pro#webhook

概述

Webhook Receiver - Webhook接收服务

> 激活词: webhook / 接收webhook / hook

功能

  • 本地HTTP服务接收webhook事件
  • 事件日志持久?- 事件类型过滤
  • 自动重试机制
  • 支持多种webhook格式(GitHub/Slack/Generic?
  • Python 实现

验证签名

def verify_webhook(payload, signature, secret):
    """GitHub/Stripe webhook签名验证"""
    import hmac, hashlib
    expected = "sha256=" + hmac.new(
        secret.encode(), payload.encode(), hashlib.sha256
    ).hexdigest()
    return hmac.compare_digest(expected, signature)

使用场景

  1. CI/CD: 接收GitHub/GitLab push事件触发构建
  2. 支付通知: 接收Stripe/PayPal支付成功回调
  3. 监控告警: 接收Grafana/Prometheus告警
  4. *聊天机器?: 接收Slack/Discord消息事件

依赖

  • Python 3.8+
  • 标准库(http.server, json, hashlib?

版本历史

共 2 个版本

  • v2.0.0 当前
    2026-05-31 13:50
  • v1.0.0
    2026-05-29 21:41 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

Contract Review Skill

534422530
利用AI技术审查合同,识别风险条款、缺失条款及合规问题,助您做出明智决策。
★ 0 📥 439

Laosi Mcp Security Audit

534422530
对MCP服务器执行全面的安全审计,包括漏洞扫描、恶意软件检测、合规性检查和详细的修复报告。
★ 0 📥 459

Academic Research Skills

534422530
提供AI驱动的工具与工作流,帮助研究人员在学术研究中完成选题、提纲、写作、审稿和回复。
★ 0 📥 434