Skip to content

Notify BridgeA Flexible Notification Bridge

Send messages to various platforms with ease

Notify Bridge

Quick Start

python
from notify_bridge import NotifyBridge

# Create a bridge instance
bridge = NotifyBridge()

# Send a notification
response = bridge.send(
    "wecom",
    webhook_url="YOUR_WEBHOOK_URL",
    message="Hello from notify-bridge!",
    msg_type="text"
)

Supported Platforms

PlatformStatusMessage Types
WeCom (企业微信)text, markdown, markdown_v2, image, news, file, voice, template_card
Feishu (飞书)text, post, image, file, interactive
GitHubtext, markdown
Notifytext
DingTalk🚧Coming soon
Slack🚧Coming soon
Discord🚧Coming soon

Installation

bash
pip install notify-bridge

Released under the MIT License.