ding ding robot
Project description
在线安装
pip install dingding
例子
from dingding import DingDing
access_token="xxxxxxxxxxxxxxxxxxxxxxxxxx"
ding = DingDing(access_token)
# @所有人
ding.send_text('hello', at_all=True)
# @手机号为1333333333的人
ding.send_text('hello', ['13333333333'])
ding.send_link('title', 'text', 'message_url')
ding.send_markdown('title', 'text')
ding.send_action_card('title', 'text', [('title1', 'url1'), ('title2', 'url2')])
ding.send_text('我就是我, 是不一样的烟火', ['13333333333'])
ding.send_link('时代的火车向前开', '这个即将发布的新版本,创始人陈航(花名“无招”)称它为“红树林”。 而在此之前,每当面临重大升级,产品经理们都会取一个应景的代号,这一次,为什么是“红
树林”?', 'https://mp.weixin.qq.com/s?__biz=MzA4NjMwMTA2Ng==&mid=2650316842&idx=1&sn=60da3ea2b29f1dcc43a7c8e4a7c97a16&scene=2&srcid=09189AnRJEdIiWVaKltFzNTw&from=timeline&isappinstalled=0&key=&ascene=2&uin=&devicetype=android-23&version=26031933&nettype=WIFI')
ding.send_feed_card([('学vue','https://cn.vuejs.org/','https://cn.vuejs.org/images/logo.png'),
('哪家强', 'https://cn.vuejs.org/', 'https://cn.vuejs.org/images/logo.png')])
添加签名秘钥
d = DingDing(
"https://oapi.dingtalk.com/robot/send?access_token=tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt"
)
# 如果使用了签名秘钥,需要添加下面这条语句
d.set_secret("SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS")
d.send_text("hello")
返回结果
如果发送正常
{'errcode': 0, 'errmsg': 'ok'}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dingding-0.6.2.tar.gz
(5.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dingding-0.6.2.tar.gz.
File metadata
- Download URL: dingding-0.6.2.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
876ac94a2e96ffcde1a05b41131e5b3e1ec8cfc4d273edc3ef0d5f3b3d4e00dd
|
|
| MD5 |
9b0a6a3e0afafff25425a6aa40f69a5b
|
|
| BLAKE2b-256 |
4ecdca7aacf43aa74650afbc67f5a003099a35122db1d48464a0640ba17a4a1f
|
File details
Details for the file dingding-0.6.2-py3-none-any.whl.
File metadata
- Download URL: dingding-0.6.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27f21d261f6596d30b126ed8834f903ecd116728231b984d0510cc0302f70905
|
|
| MD5 |
d6bc4f615634628895596dfaf270c2ce
|
|
| BLAKE2b-256 |
0de2619a12871041fcf4ce3565f0888fdc80d1e3f3eaa8b1298c5d65e12348ba
|