Skip to main content

A simple wechat automation tool

Project description

wxauto (适用PC微信3.9.11.17版本)

欢迎指出bug,欢迎pull requests

Windows版本微信客户端自动化,可实现简单的发送、接收微信消息、保存聊天图片

3.9.11.17版本微信安装包下载点击下载

文档使用文档 | 云服务器wxauto部署指南

环境 版本
OS Windows
微信 Wechat
Python Python (不支持3.7.6和3.8.1)

Star History Chart

获取wxauto

cmd窗口:

pip install wxauto

python窗口:

>>> import wxauto
>>> wxauto.VERSION
'3.9.11.17'
>>> wx = wxauto.WeChat()
初始化成功获取到已登录窗口xxx

示例

[!NOTE] 如有问题请先查看使用文档

请先登录PC微信客户端

from wxauto import *


# 获取当前微信客户端
wx = WeChat()


# 获取会话列表
wx.GetSessionList()

# 向某人发送消息(以`文件传输助手`为例)
msg = '你好~'
who = '文件传输助手'
wx.SendMsg(msg, who)  # 向`文件传输助手`发送消息:你好~


# 向某人发送文件(以`文件传输助手`为例,发送三个不同类型文件)
files = [
    'D:/test/wxauto.py',
    'D:/test/pic.png',
    'D:/test/files.rar'
]
who = '文件传输助手'
wx.SendFiles(filepath=files, who=who)  # 向`文件传输助手`发送上述三个文件


# 下载当前聊天窗口的聊天记录及图片
msgs = wx.GetAllMessage(savepic=True)   # 获取聊天记录,及自动下载图片

注意事项

目前还在开发中,测试案例较少,使用过程中可能遇到各种Bug

如果遇到问题或者有新的想法,希望您可以通过以下两种方式联系我进行改进:

  • 微信:louxinghao(请备注wxauto,加群请备注加入交流群,合作、定制请备注合作)
  • 微信

最后

如果对您有帮助,希望可以帮忙点个Star,如果您正在使用这个项目,可以将右上角的 Unwatch 点为 Watching,以便在我更新或修复某些 Bug 后即使收到反馈,感谢您的支持,非常感谢!

免责声明

代码仅供交流学习使用,请勿用于非法用途和商业用途!如因此产生任何法律纠纷,均与作者无关!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wxauto-3.9.11.17.1.tar.gz (80.1 kB view details)

Uploaded Source

Built Distribution

wxauto-3.9.11.17.1-py3-none-any.whl (81.0 kB view details)

Uploaded Python 3

File details

Details for the file wxauto-3.9.11.17.1.tar.gz.

File metadata

  • Download URL: wxauto-3.9.11.17.1.tar.gz
  • Upload date:
  • Size: 80.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.3

File hashes

Hashes for wxauto-3.9.11.17.1.tar.gz
Algorithm Hash digest
SHA256 8c80bdef1e4c6a718b77466eb9582e2a570880ec1bb241f54ebe16a1d0a928c1
MD5 c0a0aa3a2b3a1c9e85263dc63a2acc06
BLAKE2b-256 4c51b0f09208f0d49d176c35729870b2355b6f76a65014df249cd45ee0f91910

See more details on using hashes here.

File details

Details for the file wxauto-3.9.11.17.1-py3-none-any.whl.

File metadata

File hashes

Hashes for wxauto-3.9.11.17.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7924fb1d4a22daa180b81deae61adb730d05d27fe8cb5fdda5465f9a632dbc83
MD5 1da18d8c55a6d999c2f37d196f977fb0
BLAKE2b-256 2b00e3d182f1be518ac600404032d068ed202f3b5fc246001a5767d9ab780448

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page