Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Andreas Demmelbauer c7d2cd19ef proof of concept před 1 týdnem
.gitignore proof of concept před 1 týdnem
README.md proof of concept před 1 týdnem
schema.sql proof of concept před 1 týdnem
whatsapp_viewer.py proof of concept před 1 týdnem

README.md

For generating the HTML Archive, you need following:

  • Messages directory - Containig all Media Files (e. g. from WhatsApp Backup)
  • ChatStorage.sqlite - The Database containing all Chats (e. g. from iPhone Backup)

Place them next to the Script.

Then run:

python3 whatsapp_viewer.py ChatStorage.sqlite Messages