A Python library for the DingTalk
The latest stable version is available on PyPI
pip install dingtalk-python-sdkfrom dingtalk_python_sdk import robot
webhook = 'your-webhook-address'
dingtalk = robot.Robot(webhook)
dingtalk.send_text('Hello!')| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Python library for the DingTalk
The latest stable version is available on PyPI
pip install dingtalk-python-sdkfrom dingtalk_python_sdk import robot
webhook = 'your-webhook-address'
dingtalk = robot.Robot(webhook)
dingtalk.send_text('Hello!')