QQRobot:QQ 机器人

时间:2024-05-24 12:50:28
【文件属性】:

文件名称:QQRobot:QQ 机器人

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-24 12:50:28

robots qq qqbot qqrobot tecent

使用 暂时只考虑支持 Python3 $ pip install -r requirements.txt $ python cli.py 扩展 暂时性提供的简单扩展方式: from qqrobot import bot, run # 注册特定消息字段 # 注册消息,函数返回值即为回复 @bot.register_msg("这里是收到的消息内容") def hello(msg): return "返回值即为回复" # 如,对别人发过来的 hello 要回复 hello world,可以这么做 @bot.register_msg('hello') def reply(msg): return "hello world" # 拦截所有消息 @bot.register_msg("ALL") def reply_all(msg): """接收到的所有消息将会加上 ALL 回复


【文件预览】:
QQRobot-dev
----.gitignore(1KB)
----requirements.txt(305B)
----cli.py(743B)
----README.md(919B)
----config.py(267B)
----qqrobot()
--------core()
--------__init__.py(2KB)

网友评论