jasperan / whatsapp-osint

WhatsApp spy - logs online/offline events from ANYONE in the world
MIT License
863 stars 111 forks source link

Names with spaces can now be tracked #23

Closed d4lion closed 1 year ago

d4lion commented 1 year ago

Names with spaces

The functionality consists in that usernames that contain spaces can also be traced using the "-" separator.

However, if the user wishes, he can choose his own flag for the separator using the "--split" argument, by default if an argument is not given it must be separated with "-" for example "user-name"

Without Flag --split python3 whatsappbeacon.py --username Jon-Doe --language en

With Flag --split python3 whatsappbeacon.py --username Jon.Doe --language en --split .

RESULT NAME username: Jon Doe

Important I managed to test the compatibility of this and everything went correctly, also some ascii characters can be included without major inconveniences

jasperan commented 1 year ago

👍🏻 👍🏻