### Install Python Dependencies Source: https://github.com/jettchent/wechat-exporter/blob/main/README.md Installs the necessary Python packages listed in the requirements.txt file. This is a prerequisite for running the exporter script. ```bash pip install -r requirements.txt ``` -------------------------------- ### Install Modified WeChatTweak Source: https://github.com/jettchent/wechat-exporter/blob/main/README.md This command installs the modified WeChatTweak, which is required for the exporter to function. It requires administrator privileges. ```bash sudo ./wechattweak-cli install ``` -------------------------------- ### Make wechattweak-cli executable Source: https://github.com/jettchent/wechat-exporter/blob/main/README.md This command grants execute permissions to the downloaded wechattweak-cli binary. Ensure you have downloaded the binary before running this command. ```bash chmod +x wechattweak-cli ``` -------------------------------- ### Run WeChat Exporter Source: https://github.com/jettchent/wechat-exporter/blob/main/README.md Executes the main Python script to export WeChat chat history. An optional folder path can be provided to store the exported data. ```bash python main.py ./foo ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.