1. 首页
  2. 数据库
  3. 其它
  4. Python使用itcaht库实现微信自动收发消息功能

Python使用itcaht库实现微信自动收发消息功能

上传者: 2020-12-23 03:45:56上传 PDF文件 32.32KB 热度 46次
itchat库 模拟微信网页登录 通过python code接受/发送微信消息 实现微信聊天机器人:调用聊天机器人api,将接收到的微信消息传给api,再将api返回的消息传给微信 展示如何使用itchat发送微信消息 # !pip install itchat import itchat 在当前文件夹下生成二维码图片,微信扫码即可登录网页版微信 itchat.auto_login() Getting uuid of QR code. Downloading QR code. Please scan the QR code to log in. Please press c
用户评论