From 27dd3b3e98341365f1cf0be75872014c79b1a380 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:01:29 +0000 Subject: [PATCH] Updated Filters (markdown) --- Filters.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Filters.md b/Filters.md index a95d326..eff8974 100644 --- a/Filters.md +++ b/Filters.md @@ -37,6 +37,12 @@ wtsexporter -a --date "> 2023-01-01 00:00" # Chat Filter The exporter currently supports two chat filters, namely, include and exclude. +## Usage +The options takes one or more phone numbers as the arguments. + +Note that the for both include and exclude chat filters, the country calling codes are optional. + +## Example ### Include This will only export messages sent by the specified correspondent: ``` @@ -57,6 +63,4 @@ wtsexporter -a --exclude 85212345678 Multiple correspondents can also be included at once: ``` wtsexporter -a --exclude 85212345678 85298765432 -``` - -Note that the for both include and exclude chat filters, the country calling codes are optional. \ No newline at end of file +``` \ No newline at end of file