wa-export

Turns Whatsapp Chat Exports to Visual Webpages

Usage no npm install needed!

<script type="module">
  import waExport from 'https://cdn.skypack.dev/wa-export';
</script>

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


export-chat

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


terminal

And you are done! You have generated the chat's html file.

Note:

If your name or number isn't part of the list
you may select the option "Other" to manually type your name


other-option

Step 4: View the html file

The html file can be opened in a browser for view.
(although a http server is recommended)


chat

Uninstall

Using npm:

$ npm remove -g wa-export

Using yarn:

$ yarn global remove wa-export