From eaba41b60443bb2ea39ffd2350dcfd6044da16f1 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 26 Apr 2025 18:17:10 +0800 Subject: [PATCH] Add introduction to the script --- scripts/brazilian_number_processing.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/brazilian_number_processing.py b/scripts/brazilian_number_processing.py index 2638a99..0981d12 100644 --- a/scripts/brazilian_number_processing.py +++ b/scripts/brazilian_number_processing.py @@ -1,3 +1,8 @@ +""" +This script processes a VCARD file to standardize telephone entries and add a second TEL line with the modified number (removing the extra ninth digit) for contacts with 9-digit subscribers. +It handles numbers that may already include a "+55" prefix and ensures that the output format is consistent. +Contributed by @magpires https://github.com/KnugiHK/WhatsApp-Chat-Exporter/issues/127#issuecomment-2646660625 +""" import re import argparse