PC WeChat chat history data export tool
The renderings are as follows:
Demo video
git clone https://github.com/git-jiadong/wechatDataBackup.git
cd wechatDataBackup
wails build
After successful compilation, go to the executable binary file path buildbinwechatDataBackup.exe
If the compilation error may be caused by the lack of gcc environment, you can install tdm-gcc and try again.
wechatDataBackup.exe
and export as shown. The current planning and implementation progress of this project:
Q: Does it support chat history backup on mobile phones?
A: You can use the chat data migration function on the mobile phone to migrate the data from the mobile phone to the computer and then export the data. WeChat migration chat history function
Q: After exporting, the interface is blank, the exported data is less than what is seen in PC WeChat, and the data is incomplete.
A: This is because the data may exist in the memory and has not been written back to the disk. When you exit WeChat, all the data in the memory will be written back to the disk. When exporting data, it is best to exit WeChat and log in again to ensure that the data is on the disk. and then export it.
Q: Some pictures and videos cannot be opened
A: This is because WeChat on the computer has not opened this message. By default, only the preview image is loaded. If it has been opened on the mobile phone, you can migrate the records of the mobile phone to the computer. After the migration, log out and log in to WeChat again to export.
Q: Win7 computer cannot be used
A: Win7 computers need to install the WebView2 runtime for normal use. The github release version has Windows version restrictions. Win7 users please install the exclusive version.
Due to the immaturity of the front-end code, the front-end interface code is not made public for the time being.