From c448de56e9f9c43c4444edc18ed8b0bcca5738b2 Mon Sep 17 00:00:00 2001 From: Pixel3rr0r Date: Thu, 12 Sep 2019 20:24:56 +0200 Subject: [PATCH] Updated README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ca5fdd..d4055f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # whatsapp_chat_dump -A small script for listing and exporting WhatsApp chat sessions. Exporting group chats is not supported (yet). -This is a personal project and will be extended and optimized in the future. +A small script for listing and exporting WhatsApp chat sessions into a readable HTML-File. It can now export +* Texts, +* Images and +* Videos. + +If requested, I will add voice message support aswell. ## Important This project requires the following modules: @@ -8,7 +12,7 @@ This project requires the following modules: * Pandas * Yattag -Furthermore, the ChatStorage.sqlite file (the WhatsApp Chat database) must be in the same directory. +Furthermore, **the ChatStorage.sqlite file (the WhatsApp Chat database) and the media folder** must be in the same directory. ## Usage ``` @@ -37,4 +41,8 @@ Options: ## TODO - [X] Add find function - [X] Add group chat support -- [ ] Add macOS support +- [X] Add media support (images, videos) +- [ ] Add macOS support* +- [ ] Automatically export the database and media from a backup file* + +*\*Only if requested*