Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 371 Bytes

File metadata and controls

21 lines (14 loc) · 371 Bytes

dingtalk-python-sdk

A Python library for the DingTalk

Installation

The latest stable version is available on PyPI

pip install dingtalk-python-sdk

Usage

from dingtalk_python_sdk import robot

webhook = 'your-webhook-address'

dingtalk = robot.Robot(webhook)
dingtalk.send_text('Hello!')