缩短使用db_path的运行时间
This commit is contained in:
parent
b6a7c5df11
commit
f4b33cc989
@ -15,10 +15,8 @@
|
|||||||
|
|
||||||
该分支是[SharpWxDump](https://github.com/AdminTest0/SharpWxDump)的经过重构python语言版本,同时添加了一些新的功能。
|
该分支是[SharpWxDump](https://github.com/AdminTest0/SharpWxDump)的经过重构python语言版本,同时添加了一些新的功能。
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*如果觉得好用的话的话,帮忙点个[](https://github.com/xaoyaoo/PyWxDump/)
|
*如果觉得好用的话的话,帮忙点个[](https://github.com/xaoyaoo/PyWxDump/)
|
||||||
呗**
|
呗*
|
||||||
|
|
||||||
## 二、使用方法
|
## 二、使用方法
|
||||||
|
|
||||||
@ -117,8 +115,6 @@ print(data)
|
|||||||
python get_base_addr.py --mobile 152***** --name **** --account *** --key ********** --db_path "****\WeChat Files\wxid_******"
|
python get_base_addr.py --mobile 152***** --name **** --account *** --key ********** --db_path "****\WeChat Files\wxid_******"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
参数说明:
|
参数说明:
|
||||||
|
|
||||||
以下参数必选
|
以下参数必选
|
||||||
@ -134,7 +130,6 @@ python get_base_addr.py --mobile 152***** --name **** --account *** --key *****
|
|||||||
db_path = "****\WeChat Files\wxid_******"
|
db_path = "****\WeChat Files\wxid_******"
|
||||||
# 微信文件夹,通过微信客户端,设置-文件管理-微信文件的默认保存位置获取
|
# 微信文件夹,通过微信客户端,设置-文件管理-微信文件的默认保存位置获取
|
||||||
|
|
||||||
|
|
||||||
return:{'3.9.7.29': [63486984, 63488320, 63486792, 0, 63488256]}
|
return:{'3.9.7.29': [63486984, 63488320, 63486792, 0, 63488256]}
|
||||||
|
|
||||||
(十进制)按顺序代表:微信昵称、微信账号、微信手机号、微信邮箱(默认0)、微信KEY
|
(十进制)按顺序代表:微信昵称、微信账号、微信手机号、微信邮箱(默认0)、微信KEY
|
||||||
|
Loading…
Reference in New Issue
Block a user