Skip to content

Instantly share code, notes, and snippets.

View ShikherVerma's full-sized avatar
👔
सख्त लौंडा

Shikher Verma ShikherVerma

👔
सख्त लौंडा
  • Earth
View GitHub Profile
@ShikherVerma
ShikherVerma / WhatsAppGroupContactExport.js
Created January 31, 2025 16:19 — 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;