From 24bad20b4dbb8ea4378342bc16513e05ab1d1b9d Mon Sep 17 00:00:00 2001
From: KnugiHK To ensure that the binaries provided in the releases were built directly from this source code via GitHub Actions and have not been tampered with, GitHub Artifact Attestations is used. You can verify the authenticity of any pre-built binaries (starting from the release 0.13.0rc1) using the GitHub CLI. This project officially supports all non-EOL (End-of-Life) versions of Python. Once a Python version reaches EOL, it is dropped in the next release. See Python's EOL Schedule.Verifying Build Integrity
+Using Bash (Linux/WSL/macOS)
+
+for file in wtsexporter*; do
+ gh attestation verify "$file" -R KnugiHK/WhatsApp-Chat-Exporter
+done
+Using PowerShell (Windows)
+$files = Get-ChildItem -Path "wtsexporter*"
+
+foreach ($file in $files) {
+ gh attestation verify "$($file.FullName)" -R KnugiHK/WhatsApp-Chat-Exporter
+}
+Python Support Policy
Legal Stuff & Disclaimer
@@ -653,7 +667,7 @@ licenses.
Last updated: 1/1/2026
+Last updated: 1/2/2026