Bootstrap

发送微信消息和文件

参考:https://www.bilibili.com/video/BV1S84y1m7xd

在这里插入图片描述

安装:

pip install PyOfficeRobot
import PyOfficeRobot

PyOfficeRobot.chat.send_message(who="文件传输助手", message="你好,我是PyOfficeRobot,有什么可以帮助你的吗?")
PyOfficeRobot.file.send_file(who="文件传输助手", file="xx.png")

发消息
在这里插入图片描述

;