taiojia / dingtalk-python-sdk

A Python library for the DingTalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%