mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-01 15:19:07 +00:00
Merge branch 'main' of https://github.com/KnugiHK/Whatsapp-Chat-Exporter into main
This commit is contained in:
16
README.md
16
README.md
@@ -13,10 +13,16 @@ Then, ready your WhatsApp database, place them in the root of working directory.
|
||||
|
||||
Next, ready your media folder, place it in the root of working directory.
|
||||
* For Android, copy the WhatsApp directory from your phone directly.
|
||||
* For iPhone, run the extract_iphone_media.py, and you will get a folder called Message. Please note that, this script does not support encrypted backup.
|
||||
* For iPhone, run the extract_iphone_media.py, and you will get a folder called Message.
|
||||
```
|
||||
python extract_iphone_media.py "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup\[device id]"
|
||||
```
|
||||
**Encrypted iPhone Backup**
|
||||
If you want to work on an encrypted iPhone Backup, you should install iphone_backup_decrypt from [KnugiHK/iphone_backup_decrypt](https://github.com/KnugiHK/iphone_backup_decrypt) before you run the extract_iphone_media.py.
|
||||
```sh
|
||||
pip install biplist pycryptodome
|
||||
pip install git+https://github.com/KnugiHK/iphone_backup_decrypt
|
||||
```
|
||||
And now, you should have something like this:
|
||||
|
||||

|
||||
@@ -33,14 +39,6 @@ And you will get these:
|
||||
#### Group Message
|
||||

|
||||
|
||||
# Encrypted iPhone Backup
|
||||
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
|
||||
1. Convert ```\r\n``` to ```<br>```
|
||||
2. Reply in iPhone
|
||||
|
||||
Reference in New Issue
Block a user