This project can extract WeChat chat records on PC and mobile phones, export them into sqlite, HTML, Word, and CSV documents for permanent storage, analyze chat records and generate annual chat reports, etc.This project can extract WeChat chat records on PC and mobile phones, export them into sqlite, HTML, Word, and CSV documents for permanent storage, analyze chat records and generate annual chat reports, etc.
1. Install
Log in to WeChat
Use the chat history migration function on the mobile phone to migrate chat data to the computer. The steps are as follows:
Me->Settings->Chat->Chat history migration and backup->Migration->Migrate to computer WeChat (restart WeChat after migration is completed)
2.Run program
python main_pc.py
download link:https://github.com/LC044/WeChatMsg
1. Install
- Python>=3.10
- git clone https://github.com/LC044/WeChatMsg
- cd WeChatMsg
- pip install -r requirements_pc.txt -i https://pypi.tuna.tsinghua.edu.cn/simpl
2.use
Log in to WeChat
Use the chat history migration function on the mobile phone to migrate chat data to the computer. The steps are as follows:
Me->Settings->Chat->Chat history migration and backup->Migration->Migrate to computer WeChat (restart WeChat after migration is completed)
2.Run program
python main_pc.py
download link:https://github.com/LC044/WeChatMsg