Skip to content

taiojia/dingtalk-python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!')

About

A Python library for the DingTalk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages