[] 利用Python的第三方库itchat操作微信

项目地址:https://itchat.readthedocs.io/zh/latest/

安装

pip install itchat

使用

#coding=utf8
import itchat

itchat.auto_login(hotReload=True)

# 注意实验楼环境的中文输入切换
itchat.send(u'测试消息发送', 'filehelper')
posted @ 2022-04-23 23:19  Cainoftes  阅读(98)  评论(0)    收藏  举报