🚀
Simple & Intuitive API
Clean and easy-to-use API design that lets you send notifications in just a few lines of code.
Send messages to various platforms with ease
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"
)| Platform | Status | Message Types |
|---|---|---|
| WeCom (企业微信) | ✅ | text, markdown, markdown_v2, image, news, file, voice, template_card |
| Feishu (飞书) | ✅ | text, post, image, file, interactive |
| GitHub | ✅ | text, markdown |
| Notify | ✅ | text |
| DingTalk | 🚧 | Coming soon |
| Slack | 🚧 | Coming soon |
| Discord | 🚧 | Coming soon |
pip install notify-bridge