| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
钉钉机器人通知(支持加签). dingtalk robot notification python sdk.
pip3 install dingtalk_notify
from dingtalk_notify.ding_talk import DingTalkRobot
dt = DingTalkRobot('token', 'sec')
dt.send_text('this is a test message')
python3 -m pip install --user --upgrade setuptools wheel twine
python3 setup.py check
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
| Back | FazBrowse Home | New Git URL |