1 Star 1 Fork 0

熊亚飞/DDbot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
example.py 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
熊亚飞 提交于 2024-06-24 17:41 . 更新精简
# you must pip install dingtalk_stream before!
from dingtalk.ddbot import *
robotCode = 'ding*********' # 输入你自己的code
robotSecret = '5Ie_qScP3oQqN*************************' # 输入你自己的secret
bot = Core(robotCode, robotSecret)
@bot.msg_register([FILE, TEXT, AUDIO, PICTURE, VIDEO], is_private=True)
def reply_private(msg: Message):
msg.user.send_msg('Hello world!1')
bot.send_msg('Hello world!2')
return "Hello world!3"
bot.run()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xiongyafei/ddbot.git
[email protected]:xiongyafei/ddbot.git
xiongyafei
ddbot
DDbot
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385