Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pixel3rr0r authored Sep 12, 2019
1 parent 5585973 commit c448de5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# 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:
* Docopt
* 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
```
Expand Down Expand Up @@ -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*

0 comments on commit c448de5

Please # to comment.