Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 245 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 245 Bytes

notifiers_wecom_provider

WeCom provider for Notifiers.

from notifiers import get_notifier
notifier = get_notifier("wecom")
notifier.notify(msgtype="text", api_key='1234', message="test")