Skip to content

Instantly share code, notes, and snippets.

View durga18584's full-sized avatar

karna durga18584

View GitHub Profile
@durga18584
durga18584 / WhatsAppGroupContactExport.js
Created October 25, 2023 15:39 — forked from mzahidriaz/WhatsAppGroupContactExport.js
WhatsApp Group Contacts Export: This will download the members of group with their phone number, whatsapp name and if contact is stored on phone
class ContactFinder {
#db;
#chatToFind;
#dbName = "model-storage";
#chatsCol = "chat";
#contactCol = "contact";
#groupCol = "participant";
constructor(chatGroupName) {
this.#chatToFind = chatGroupName;