Skip to content

钉钉机器人通知(支持加签,带签名 秘钥). dingtalk robot notification python sdk.

License

Notifications You must be signed in to change notification settings

JetBlink/dingtalk_notify_python_sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dingtalk Notify Python_sdk

钉钉机器人通知(支持加签). dingtalk robot notification python sdk.

Installation

pip3 install dingtalk_notify

Usage

from dingtalk_notify.ding_talk import DingTalkRobot

dt = DingTalkRobot('token', 'sec')
dt.send_text('this is a test message')

Pypi Upload Notice

  • 安装依赖
python3 -m pip install --user --upgrade setuptools wheel twine

  • 校验
python3 setup.py check
  • 打包
python3 setup.py sdist bdist_wheel
  • 上传发布
python3 -m twine upload  dist/*

About

钉钉机器人通知(支持加签,带签名 秘钥). dingtalk robot notification python sdk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages