File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 感谢志远大佬的WeChatOpenDevTools开源
2+ 代码只是python3重写,简单实现了一些自动化问题,重要代码都是原作者的。
3+
4+ ### ** 注意本库只能作为学习用途, 造成的任何问题与本库开发者无关, 如侵犯到你的权益,请联系删除。**
5+ ### ** 注意本库只能作为学习用途, 造成的任何问题与本库开发者无关, 如侵犯到你的权益,请联系删除。**
6+ ### ** 注意本库只能作为学习用途, 造成的任何问题与本库开发者无关, 如侵犯到你的权益,请联系删除。**
7+ ---
8+
9+ ## 支持版本
10+ | Windows 微信版本 | 小程序版本 | 状态 |
11+ | ----------- | -------------- | ----- |
12+ | 3.9.8.25_x64| 8447_x64 | 最新版 |
13+ | 3.9.8.25_x64| 8555_x64 | 最新版 |
14+ | 3.9.8.25_x64| 8531_x64 | 最新版 |
15+ | 3.9.8.25_x64| 8529_x64 | 最新版 |
16+ | 3.9.8.25_x64| 8519_x64 | 最新版 |
17+ | 3.9.8.25_x64| 8501_x64 | 最新版 |
18+ | 3.9.8.25_x64| 8461_x64 | 最新版 |
19+ | 3.9.8.25_x64| 8447_x64 | 最新版 |
20+
21+ 如何查看当前运行版本?
22+
23+ ![ image] ( ./docs/images/version0.jpg )
24+
25+ ![ image] ( ./docs/images/version1.jpg )
26+ ![ image] ( ./docs/images/version2.jpg )
27+
28+
29+ ## 食用方法
30+ > 只支持windows版本微信
31+ 1 . 安装python3版本
32+ 2 . 下载WeChatOpenDevTools-Python
33+
34+ 安装依赖
35+ ```
36+ pip3 install -r requirements.txt
37+ ```
38+
39+ 运行✅
40+ ```
41+ python main.py
42+ ```
43+
44+ ![ image] ( ./docs/images/run.jpg )
You can’t perform that action at this time.
0 commit comments