Add ding adapter

This commit is contained in:
Artin
2020-12-03 00:59:32 +08:00
parent f332199baa
commit edb4458031
11 changed files with 695 additions and 11 deletions

View File

@ -0,0 +1,15 @@
"""
钉钉群机器人 协议适配
============================
协议详情请看: `钉钉文档`_
.. _钉钉文档:
https://ding-doc.dingtalk.com/doc#/serverapi2/krgddi
"""
from .bot import Bot
from .event import Event
from .message import Message, MessageSegment
from .exception import ApiError, SessionExpired, AdapterException