mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-01-28 21:30:43 +00:00
Merge branch 'main' of https://github.com/KnugiHK/Whatsapp-Chat-Exporter into main
This commit is contained in:
10
README.md
10
README.md
@@ -1,5 +1,6 @@
|
|||||||
# Whatsapp-Chat-Exporter
|
# Whatsapp-Chat-Exporter
|
||||||
A Whatsapp database parser that will give you the history of your Whatsapp conversation in HTML and JSON
|
A Whatsapp database parser that will give you the history of your Whatsapp conversations in HTML and JSON
|
||||||
|
**If you plan to uninstall WhatsApp or delete your WhatsApp account, please make a backup of your WhatsApp database. You may want to use this exporter again on the same database in the future as the exporter develops**
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
First, clone this repo, and copy all py and html files to a working directory if you want to do so.
|
First, clone this repo, and copy all py and html files to a working directory if you want to do so.
|
||||||
@@ -33,7 +34,12 @@ And you will get these:
|
|||||||

|

|
||||||
|
|
||||||
# Encrypted iPhone Backup
|
# Encrypted iPhone Backup
|
||||||
To do
|
If you want to work on an encrypted iPhone Backup, you should do the following:
|
||||||
|
1. Install iphone_backup_decrypt from [KnugiHK/iphone_backup_decrypt](https://github.com/KnugiHK/iphone_backup_decrypt)
|
||||||
|
```sh
|
||||||
|
pip install biplist pycryptodome
|
||||||
|
pip install git+https://github.com/KnugiHK/iphone_backup_decrypt
|
||||||
|
```
|
||||||
|
|
||||||
# To do
|
# To do
|
||||||
1. Convert ```\r\n``` to ```<br>```
|
1. Convert ```\r\n``` to ```<br>```
|
||||||
|
|||||||
Reference in New Issue
Block a user