This commit is contained in:
KnugiHK
2026-01-06 13:20:26 +00:00
parent 01852b1d61
commit 0b34f45dde

View File

@@ -514,22 +514,24 @@ wtsexporter -i -b "C:\Users\[Username]\Apple\MobileSync\Backup\[device id]&
<h2>More options</h2> <h2>More options</h2>
<p>Invoke the wtsexporter with --help option will show you all options available.</p> <p>Invoke the wtsexporter with --help option will show you all options available.</p>
<pre><code class="language-sh">&gt; wtsexporter --help <pre><code class="language-sh">&gt; wtsexporter --help
usage: wtsexporter [-h] [-a] [-i] [-e EXPORTED] [-w WA] [-m MEDIA] [-b BACKUP] [-d DB] [-k [KEY]] usage: wtsexporter [-h] [--debug] [-a] [-i] [-e EXPORTED] [-w WA] [-m MEDIA] [-b BACKUP] [-d DB] [-k [KEY]]
[--call-db [CALL_DB_IOS]] [--wab WAB] [-o OUTPUT] [-j [JSON]] [--txt [TEXT_FORMAT]] [--no-html] [--call-db [CALL_DB_IOS]] [--wab WAB] [-o OUTPUT] [-j [JSON]] [--txt [TEXT_FORMAT]] [--no-html]
[--size [SIZE]] [--avoid-encoding-json] [--pretty-print-json [PRETTY_PRINT_JSON]] [--per-chat] [--size [SIZE]] [--no-reply] [--avoid-encoding-json] [--pretty-print-json [PRETTY_PRINT_JSON]]
[--import] [-t TEMPLATE] [--offline OFFLINE] [--no-avatar] [--experimental-new-theme] [--tg] [--per-chat] [--import] [-t TEMPLATE] [--offline OFFLINE] [--no-avatar] [--old-theme]
[--headline HEADLINE] [-c] [--create-separated-media] [--time-offset {-12 to 14}] [--date DATE] [--headline HEADLINE] [-c] [--create-separated-media] [--time-offset {-12 to 14}] [--date DATE]
[--date-format FORMAT] [--include [phone number ...]] [--exclude [phone number ...]] [--date-format FORMAT] [--include [phone number ...]] [--exclude [phone number ...]]
[--dont-filter-empty] [--enrich-from-vcards ENRICH_FROM_VCARDS] [--dont-filter-empty] [--enrich-from-vcards ENRICH_FROM_VCARDS]
[--default-country-code DEFAULT_COUNTRY_CODE] [-s] [--check-update] [--assume-first-as-me] [--default-country-code DEFAULT_COUNTRY_CODE] [--incremental-merge] [--source-dir SOURCE_DIR]
[--business] [--decrypt-chunk-size DECRYPT_CHUNK_SIZE] [--target-dir TARGET_DIR] [-s] [--check-update] [--assume-first-as-me] [--business]
[--max-bruteforce-worker MAX_BRUTEFORCE_WORKER] [--decrypt-chunk-size DECRYPT_CHUNK_SIZE] [--max-bruteforce-worker MAX_BRUTEFORCE_WORKER]
[--no-banner]
A customizable Android and iOS/iPadOS WhatsApp database parser that will give you the history of your WhatsApp A customizable Android and iOS/iPadOS WhatsApp database parser that will give you the history of your WhatsApp
conversations in HTML and JSON. Android Backup Crypt12, Crypt14 and Crypt15 supported. conversations in HTML and JSON. Android Backup Crypt12, Crypt14 and Crypt15 supported.
options: options:
-h, --help show this help message and exit -h, --help show this help message and exit
--debug Enable debug mode
Device Type: Device Type:
-a, --android Define the target as Android -a, --android Define the target as Android
@@ -557,12 +559,14 @@ Output Options:
--no-html Do not output html files --no-html Do not output html files
--size, --output-size, --split [SIZE] --size, --output-size, --split [SIZE]
Maximum (rough) size of a single output file in bytes, 0 for auto Maximum (rough) size of a single output file in bytes, 0 for auto
--no-reply Do not process replies (iOS only) (default: handle replies)
JSON Options: JSON Options:
--avoid-encoding-json --avoid-encoding-json
Don&#39;t encode non-ascii characters in the output JSON files Don&#39;t encode non-ascii characters in the output JSON files
--pretty-print-json [PRETTY_PRINT_JSON] --pretty-print-json [PRETTY_PRINT_JSON]
Pretty print the output JSON. Pretty print the output JSON.
--tg, --telegram Output the JSON in a format compatible with Telegram export (implies json-per-chat)
--per-chat Output the JSON file per chat --per-chat Output the JSON file per chat
--import Import JSON file and convert to HTML output --import Import JSON file and convert to HTML output
@@ -571,8 +575,7 @@ HTML Options:
Path to custom HTML template Path to custom HTML template
--offline OFFLINE Relative path to offline static files --offline OFFLINE Relative path to offline static files
--no-avatar Do not render avatar in HTML output --no-avatar Do not render avatar in HTML output
--experimental-new-theme --old-theme Use the old Telegram-alike theme
Use the newly designed WhatsApp-alike theme
--headline HEADLINE The custom headline for the HTML output. Use &#39;??&#39; as a placeholder for the chat name --headline HEADLINE The custom headline for the HTML output. Use &#39;??&#39; as a placeholder for the chat name
Media Handling: Media Handling:
@@ -601,12 +604,11 @@ Contact Enrichment:
will be used. 1 is for US, 66 for Thailand etc. Most likely use the number of your own country will be used. 1 is for US, 66 for Thailand etc. Most likely use the number of your own country
Incremental Merging: Incremental Merging:
--incremental-merge Performs an incremental merge of two exports. Requires setting both --source- --incremental-merge Performs an incremental merge of two exports. Requires setting both --source-dir and --target-
dir and --target-dir. The chats (JSON files only) and media from the source dir. The chats (JSON files only) and media from the source directory will be merged into the
directory will be merged into the target directory. No chat messages or media target directory. No chat messages or media will be deleted from the target directory; only
will be deleted from the target directory; only new chat messages and media new chat messages and media will be added to it. This enables chat messages and media to be
will be added to it. This enables chat messages and media to be deleted from deleted from the device to free up space, while ensuring they are preserved in the exported
the device to free up space, while ensuring they are preserved in the exported
backups. backups.
--source-dir SOURCE_DIR --source-dir SOURCE_DIR
Sets the source directory. Used for performing incremental merges. Sets the source directory. Used for performing incremental merges.
@@ -622,8 +624,9 @@ Miscellaneous:
Specify the chunk size for decrypting iOS backup, which may affect the decryption speed. Specify the chunk size for decrypting iOS backup, which may affect the decryption speed.
--max-bruteforce-worker MAX_BRUTEFORCE_WORKER --max-bruteforce-worker MAX_BRUTEFORCE_WORKER
Specify the maximum number of worker for bruteforce decryption. Specify the maximum number of worker for bruteforce decryption.
--no-banner Do not show the banner
WhatsApp Chat Exporter: 0.13.0rc1 Licensed with MIT. See https://wts.knugi.dev/docs?dest=osl for all open source WhatsApp Chat Exporter: 0.13.0rc2 Licensed with MIT. See https://wts.knugi.dev/docs?dest=osl for all open source
licenses. licenses.
</code></pre> </code></pre>
<h1>Verifying Build Integrity</h1> <h1>Verifying Build Integrity</h1>
@@ -665,7 +668,7 @@ licenses.
<a href="https://github.com/KnugiHK/WhatsApp-Chat-Exporter" style="color: white; margin: 0 10px;"><i class="fab fa-github fa-lg"></i></a> <a href="https://github.com/KnugiHK/WhatsApp-Chat-Exporter" style="color: white; margin: 0 10px;"><i class="fab fa-github fa-lg"></i></a>
<a href="https://matrix.to/#/#wtsexporter:matrix.org" style="color: white; margin: 0 10px;"><i class="fas fa-comments fa-lg"></i></a> <a href="https://matrix.to/#/#wtsexporter:matrix.org" style="color: white; margin: 0 10px;"><i class="fas fa-comments fa-lg"></i></a>
</p> </p>
<p><small>Last updated: 1/4/2026</small></p> <p><small>Last updated: 1/6/2026</small></p>
</div> </div>
</footer> </footer>