This is a tool that sends all of the WeChat messages you recieve as emails.
Personally, I just made this for fun to try out the capabilities of Wechaty. But these might be some use cases:
- You are at an institution where WeChat is prohibited.
- You want to get off your phone all the time but still want to get information from others.
- You want to keep a permanent record of all your messages in email form.
Prerequisites: You will need Node.js on your system.
- Pull this repository, and run
npm install
. - Go into settings.js and fill in the corresponding information for your email.
- Run
npm start
. To start the program. - Scan the QR Code generated and login with WeChat.
- Volia! It should now work.