Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Mocha-L/WechatPCAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mocha-L committed Feb 15, 2020
2 parents 875febf + 8aa52ef commit 3912b30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README-BO.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
2. 安装源码包里的微信客户端WeChatSetup2.6.8.52.exe(和免费版微信客户端版本不同,请注意)
3. 执行源码中的test.py

**依赖库**

pip install pycryptodomex

pip install requests


目前提供pyd和依赖的相关文件,通过python直接import即可使用,目录里的test.py即是调用示例。

## 环境支持情况
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

**当前版本:@钊@**

当前版本是免费版本

另有更稳定、更可靠、更强大的付费版本,点这里了解。[付费版本README](https://github.com/Mocha-L/WechatPCAPI/blob/master/README-BO.md)

**如果帮到你,帮我点个star。**
Expand Down Expand Up @@ -59,7 +61,7 @@ python 3.7.4 不是该版本可能会报错dll load 错误
## 遇到问题?

1. 请保证微信版本是从我的包里装的。
2. 出现“找不到指定模块”,请安装pythob3.7运行,还不行的话,大致是因为windows相关运行库的缺失,请自行打开windows更新,或安装各个版本的运行时库。
2. 出现“找不到指定模块”,请安装python3.7运行,还不行的话,大致是因为windows相关运行库的缺失,请自行打开windows更新,或安装各个版本的运行时库。
3. 其他问题和接口问题请在Issues中提问。

## 函数文档注释
Expand Down

0 comments on commit 3912b30

Please sign in to comment.