wa-export
v1.1.1
Published
Turns Whatsapp Chat Exports to Visual Webpages
Downloads
4
Maintainers
Readme
wa-export
A CLI Tool That Turns Whatsapp Chat Exports to Visual Webpage
Install
Using npm:
$ npm install -g wa-export
Using yarn:
$ yarn global add wa-export
Usage
Step 1: Export chat from Whatsapp App
You'll get a text file called "WhatsApp Chat with XXXX.txt"
Step 2: Use wa-export
$ wa-export path/to/file/"WhatsApp Chat with XXXX.txt" path/to/output/directory/
Step 3: Answer each prompt
And you are done! You have generated the chat's html file.
Note:
Step 4: View the html file
Uninstall
Using npm:
$ npm remove -g wa-export
Using yarn:
$ yarn global remove wa-export