WhatsApp Parser

Util

Parses raw WhatsApp chat export text (.txt format) into structured Chat objects. Handles timestamps, participants, media placeholders, and system messages.

core/whatsapp-parser

Installation

1 · Add registry to components.json

2 · Install component

Examples

Parse export

Edit the sample export text and click Parse.

API Reference

PropTypeDescription
rawreq
stringRaw WhatsApp export text.
files
File[]Optional media files to match against attachment references.
(returns)
ChatStructured Chat object with participants and messages.