Skip to content

Notify Bridge灵活的通知桥接器

轻松向各种平台发送消息

Notify Bridge

快速开始

python
from notify_bridge import NotifyBridge

# 创建桥接器实例
bridge = NotifyBridge()

# 发送通知
response = bridge.send(
    "wecom",
    webhook_url="YOUR_WEBHOOK_URL",
    message="来自 notify-bridge 的问候!",
    msg_type="text"
)

支持的平台

平台状态消息类型
企业微信 (WeCom)text, markdown, markdown_v2, image, news, file, voice, template_card
飞书 (Feishu)text, post, image, file, interactive
GitHubtext, markdown
Notifytext
钉钉🚧即将推出
Slack🚧即将推出
Discord🚧即将推出

安装

bash
pip install notify-bridge

Released under the MIT License.