My modified version of
WeChatTweak provides an API endpoint for Chat history lookup via /wechat/chatlog
- Download the modified wechattweak-cli
- Run
chmod +x wechattweak-cli
- Run
sudo ./wechattweak-cli install
- Run
pip install -r requirements.txt
- Create an arbitrary folder
./foo
(optional) - Run
python main.py ./foo
After the run finishes, the chat history you have in your computer with each of your contacts
should be exported to folder foo
.
Currently, only macOS(>=10.12) is supported.