Skip to content

Instantly share code, notes, and snippets.

View Aqua-Snake's full-sized avatar
:electron:
Be stronger than your excuses

Aqua Snake Aqua-Snake

:electron:
Be stronger than your excuses
View GitHub Profile
/* Codded by @phaticusthiccy
Telegram: t.me/phaticusthiccy
Instagram: www.instagram.com/kyrie.baran
*/
const Asena = require('../events');
const { MessageType, Mimetype, GroupSettingChange, MessageOptions } = require('@adiwajshing/baileys');
const Axios = require('axios');
const Config = require('../config')
const fs = require('fs')
@Aqua-Snake
Aqua-Snake / WAXP.js
Last active January 24, 2022 15:07 — forked from shaneapen/WAXP.js
WhatsApp Group Contacts Exporter
WAXP = (function(){
MutationObserver = window.MutationObserver || window.WebKitMutationObserver;
var SCROLL_INTERVAL = 600,
SCROLL_INCREMENT = 450,
AUTO_SCROLL = true,
NAME_PREFIX = '',
UNKNOWN_CONTACTS_ONLY = false,
MEMBERS_QUEUE = {},