Updated Android Usage (markdown)

Knugi
2025-03-11 14:02:05 +00:00
parent 27ad7e6bae
commit 8066c5fcb2

@@ -14,6 +14,13 @@ Simply invoke the following command from shell.
wtsexporter -a
```
## Enriching Contact from vCard
The default WhatsApp contact database typically contained contact names extracted from your phone, which the exporter used to map your chats. However, in some reported cases, the database may have never been populated. In such case, you can export your contacts to a vCard file from your phone or a cloud provider like Google Contacts. Then, install the necessary dependency and run the following command from the shell:
```sh
pip install whatsapp-chat-exporter["vcards"]
wtsexporter -a --enrich-from-vcard contacts.vcf --default-country-code 852
```
## Encrypted Android WhatsApp Backup
In order to support the decryption, install pycryptodome if it is not installed
```sh