Skip to content

Instantly share code, notes, and snippets.

View DavAlbert's full-sized avatar
🦊
$.get('//localhost')

David Albert DavAlbert

🦊
$.get('//localhost')
  • Russian Federation
View GitHub Profile
const WebSocket = require('ws');
const Crypto = require('crypto');
const EC = require('elliptic').ec;
const ec = new EC('curve25519');
var whatsAppRunning = false;
var ws = null;
var qrCodeString = null;
var clientId = null;