The db parser will generate a datamodel compatible with the frontend.
Inside the chat you can play videos/audios, see images/stickers, open documents ecc.. (group container is mandatory)
The requirements.txt
file should list all Python libraries that your notebooks depend on, and they will be installed using:
pip3 install -r requirements.txt
-
59EC
- Extract Signal app container from your iPhone/backup
the right UUID folder contains "grdb" folder
/var/mobile/Containers/Shared/AppGroup/UUID
- Extract Signal db key from keychain
- Decrypt db
- Start the script:
python3 main.py path_decypted_db path_container
- Enjoy!
The frontend is an edited version of this: https://github.com/anishghosh103/whatsapp