doronsadeh / whatsapp_chat_exporter

Export All your WhatsApp chats to CSV files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp Chats Exporter

Export All your WhatsApp chats to CSV files

Installation

Install Python3, if not already installed.

Linux

chmod +x ./start.sh
./start.sh

MacOS

brew install selenium-server-standalone
chmod +x ./start.sh
./start.sh

Windows

start.bat

Notes

Currently we output text files (*.json) that cary the raw text of the chats. A parser into CSV will be implemented shortly. Note we do not extract the media, just texts and links.

About

Export All your WhatsApp chats to CSV files

License:GNU General Public License v3.0


Languages

Language:Python 93.2%Language:Shell 5.7%Language:Batchfile 1.0%