Skip to content

Instantly share code, notes, and snippets.

View mzahidriaz's full-sized avatar

Muhammad Zahid Riaz mzahidriaz

  • Islamabad, Pakistan
View GitHub Profile
@mzahidriaz
mzahidriaz / WhatsAppGroupContactExport.js
Last active April 26, 2024 08:11
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;