Skip to content

Commit ff91c15

Browse files
committed
wxdump: add version 3.1.38
1 parent 694b99b commit ff91c15

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bucket/wxdump.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"version": "3.1.38",
3+
"description": "获取微信账号信息(昵称/账号/手机/邮箱/数据库密钥/wxid);PC微信数据库读取、解密脚本;聊天记录查看工具;聊天记录导出为html(包含语音图片)。支持多账户信息获取,支持所有微信版本。",
4+
"homepage": "https://github.com/xaoyaoo/PyWxDump",
5+
"license": {
6+
"identifier": "MIT License",
7+
"url": "https://github.com/xaoyaoo/PyWxDump/blob/master/LICENSE"
8+
},
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://github.com/xaoyaoo/PyWxDump/releases/download/v3.1.38/wxdump.exe",
12+
"hash": "a36f12220b76ca9311cfd2dda18c8263284dabd5cc0815d80a91fd628a38c0fb"
13+
}
14+
},
15+
"bin": "wxdump.exe",
16+
"checkver": {
17+
"url": "https://api.github.com/repos/xaoyaoo/PyWxDump/releases",
18+
"regex": "(?sm)browser_download_url.*?/releases/download/v([\\d.]+)/(?<file>(?:py)?wxdump\\.exe)"
19+
},
20+
"autoupdate": {
21+
"architecture": {
22+
"64bit": {
23+
"url": "https://github.com/xaoyaoo/PyWxDump/releases/download/v$version/$matchFile"
24+
}
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)