This is a msg-robot for DingTalk.
Project description
PyDingDing
This is a msg-robot for DingTalk
Install
python -m pip install pydingding
Getting Started
send text msg
import pydingding
token = "c30*****71"
key = "SEC*****"
bot = pydingding.Bot(token, key)
data = {"msgtype": "text","text": {"content":"LiuKeTest"}}
bot.bot_send(data)
# @ user
# data = {"at": {"atMobiles": ["18xxx", "13xxx"]}, "msgtype": "text","text""": {"content":"LiuKeTest"}}
# @ all user
# data = {"at": {"isAtAll": True}, "msgtype": "text","text""": {"content":"LiuKeTest"}}
bot.send_msg(msg, 'chat_id'))
send link
data = {"msgtype": "link", "link": {"text":"LiuKeTest", "title": "Test", "picUrl": "https://xxx", "messageUrl": "https://xxx"}}
send link
data = {"msgtype": "markdown", "markdown": {"title": "LiuKeTest", "text": "### LiuKeTest @138XXXXXXXX \n > [pydingtalk](https://pypi.org/project/pydingtalk)"}}
More message types, please visit DingTalk.
Features
- Supports all types message
Contributing
Contributions are welcome.
If you've found a bug within this project, please open an issue to discuss what you would like to change.
If it's an issue with the API, please report any new issues at pydingding issues
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 PyDingDing-0.1.1-py3-none-any.whl.
File metadata
- Download URL: PyDingDing-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.26.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dee8dad3936be342de6e58d4fbf1bf46481aec933a5c438f0da6ef3dfd61a7df
|
|
| MD5 |
eefeeab597921d7c9dbcb307efafe9f5
|
|
| BLAKE2b-256 |
8dc445950210eeb8a0e0b51a62b9210e2a8a84ac8b56bf1317232b9d15827b99
|