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
```