forked from ookamiiixd/baileys-api
-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
whatsapp.js
650 lines (536 loc) · 18.4 KB
/
whatsapp.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
import { rmSync, readdir, existsSync } from 'fs'
import { join } from 'path'
import pino from 'pino'
import makeWASocket, {
useMultiFileAuthState,
makeInMemoryStore,
makeCacheableSignalKeyStore,
DisconnectReason,
delay,
downloadMediaMessage,
getAggregateVotesInPollMessage,
fetchLatestBaileysVersion,
WAMessageStatus,
} from '@whiskeysockets/baileys'
import proto from '@whiskeysockets/baileys'
import { toDataURL } from 'qrcode'
import __dirname from './dirname.js'
import response from './response.js'
import { downloadImage } from './utils/download.js'
import axios from 'axios'
import NodeCache from 'node-cache'
const msgRetryCounterCache = new NodeCache()
const sessions = new Map()
const retries = new Map()
const APP_WEBHOOK_ALLOWED_EVENTS = process.env.APP_WEBHOOK_ALLOWED_EVENTS.split(',')
const sessionsDir = (sessionId = '') => {
return join(__dirname, 'sessions', sessionId ? sessionId : '')
}
const isSessionExists = (sessionId) => {
return sessions.has(sessionId)
}
const isSessionConnected = (sessionId) => {
return sessions.get(sessionId)?.ws?.socket?.readyState === 1
}
const shouldReconnect = (sessionId) => {
const maxRetries = parseInt(process.env.MAX_RETRIES ?? 0)
let attempts = retries.get(sessionId) ?? 0
// MaxRetries = maxRetries < 1 ? 1 : maxRetries
if (attempts < maxRetries || maxRetries === -1) {
++attempts
console.log('Reconnecting...', { attempts, sessionId })
retries.set(sessionId, attempts)
return true
}
return false
}
const callWebhook = async (instance, eventType, eventData) => {
if (APP_WEBHOOK_ALLOWED_EVENTS.includes('ALL') || APP_WEBHOOK_ALLOWED_EVENTS.includes(eventType)) {
await webhook(instance, eventType, eventData)
}
}
const webhook = async (instance, type, data) => {
if (process.env.APP_WEBHOOK_URL) {
axios
.post(`${process.env.APP_WEBHOOK_URL}`, {
instance,
type,
data,
})
.then((success) => {
return success
})
.catch((error) => {
return error
})
}
}
const createSession = async (sessionId, res = null, options = { usePairingCode: false, phoneNumber: '' }) => {
const sessionFile = 'md_' + sessionId
const logger = pino({ level: 'silent' })
const store = makeInMemoryStore({ logger })
const { state, saveCreds } = await useMultiFileAuthState(sessionsDir(sessionFile))
// Fetch latest version of WA Web
const { version, isLatest } = await fetchLatestBaileysVersion()
console.log(`using WA v${version.join('.')}, isLatest: ${isLatest}`)
// Load store
store?.readFromFile(sessionsDir(`${sessionId}_store.json`))
// Save every 10s
setInterval(() => {
if (existsSync(sessionsDir(sessionFile))) {
store?.writeToFile(sessionsDir(`${sessionId}_store.json`))
}
}, 10000)
/**
* @type {import('@whiskeysockets/baileys').AnyWASocket}
*/
const wa = makeWASocket.default({
version,
printQRInTerminal: false,
mobile: false,
auth: {
creds: state.creds,
keys: makeCacheableSignalKeyStore(state.keys, logger),
},
logger,
msgRetryCounterCache,
generateHighQualityLinkPreview: true,
browser: ['Ubuntu', 'Chrome', '20.0.04'],
getMessage,
})
store?.bind(wa.ev)
sessions.set(sessionId, { ...wa, store })
if (options.usePairingCode && !wa.authState.creds.registered) {
if (!wa.authState.creds.account) {
await wa.waitForConnectionUpdate((update) => {
return Boolean(update.qr)
})
const code = await wa.requestPairingCode(options.phoneNumber)
if (res && !res.headersSent && code !== undefined) {
response(res, 200, true, 'Verify on your phone and enter the provided code.', { code })
} else {
response(res, 500, false, 'Unable to create session.')
}
}
}
wa.ev.on('creds.update', saveCreds)
wa.ev.on('chats.set', ({ chats }) => {
callWebhook(sessionId, 'CHATS_SET', chats)
})
wa.ev.on('chats.upsert', (c) => {
callWebhook(sessionId, 'CHATS_UPSERT', c)
})
wa.ev.on('chats.delete', (c) => {
callWebhook(sessionId, 'CHATS_DELETE', c)
})
wa.ev.on('chats.update', (c) => {
callWebhook(sessionId, 'CHATS_UPDATE', c)
})
wa.ev.on('labels.association', (l) => {
callWebhook(sessionId, 'LABELS_ASSOCIATION', l)
})
wa.ev.on('labels.edit', (l) => {
callWebhook(sessionId, 'LABELS_EDIT', l)
})
// Automatically read incoming messages, uncomment below codes to enable this behaviour
wa.ev.on('messages.upsert', async (m) => {
const messages = m.messages.filter((m) => {
return m.key.fromMe === false
})
if (messages.length > 0) {
const messageTmp = await Promise.all(
messages.map(async (msg) => {
try {
const typeMessage = Object.keys(msg.message)[0]
if (msg?.status) {
msg.status = WAMessageStatus[msg?.status] ?? 'UNKNOWN'
}
if (
['documentMessage', 'imageMessage', 'videoMessage', 'audioMessage'].includes(typeMessage) &&
process.env.APP_WEBHOOK_FILE_IN_BASE64 === 'true'
) {
const mediaMessage = await getMessageMedia(wa, msg)
const fieldsToConvert = [
'fileEncSha256',
'mediaKey',
'fileSha256',
'jpegThumbnail',
'thumbnailSha256',
'thumbnailEncSha256',
'streamingSidecar',
]
fieldsToConvert.forEach((field) => {
if (msg.message[typeMessage]?.[field] !== undefined) {
msg.message[typeMessage][field] = convertToBase64(msg.message[typeMessage][field])
}
})
return {
...msg,
message: {
[typeMessage]: {
...msg.message[typeMessage],
fileBase64: mediaMessage.base64,
},
},
}
}
return msg
} catch {
return {}
}
}),
)
callWebhook(sessionId, 'MESSAGES_UPSERT', messageTmp)
}
})
wa.ev.on('messages.delete', async (m) => {
callWebhook(sessionId, 'MESSAGES_DELETE', m)
})
wa.ev.on('messages.update', async (m) => {
for (const { key, update } of m) {
const msg = await getMessage(key)
if (!msg) {
continue
}
update.status = WAMessageStatus[update.status]
const messagesUpdate = [
{
key,
update,
message: msg,
},
]
callWebhook(sessionId, 'MESSAGES_UPDATE', messagesUpdate)
}
})
wa.ev.on('message-receipt.update', async (m) => {
for (const { key, messageTimestamp, pushName, broadcast, update } of m) {
if (update?.pollUpdates) {
const pollCreation = await getMessage(key)
if (pollCreation) {
const pollMessage = await getAggregateVotesInPollMessage({
message: pollCreation,
pollUpdates: update.pollUpdates,
})
update.pollUpdates[0].vote = pollMessage
callWebhook(sessionId, 'MESSAGES_RECEIPT_UPDATE', [
{ key, messageTimestamp, pushName, broadcast, update },
])
return
}
}
}
callWebhook(sessionId, 'MESSAGES_RECEIPT_UPDATE', m)
})
wa.ev.on('messages.reaction', async (m) => {
callWebhook(sessionId, 'MESSAGES_REACTION', m)
})
wa.ev.on('messages.media-update', async (m) => {
callWebhook(sessionId, 'MESSAGES_MEDIA_UPDATE', m)
})
wa.ev.on('messaging-history.set', async (m) => {
callWebhook(sessionId, 'MESSAGING_HISTORY_SET', m)
})
wa.ev.on('connection.update', async (update) => {
const { connection, lastDisconnect } = update
const statusCode = lastDisconnect?.error?.output?.statusCode
callWebhook(sessionId, 'CONNECTION_UPDATE', update)
if (connection === 'open') {
retries.delete(sessionId)
}
if (connection === 'close') {
if (statusCode === DisconnectReason.loggedOut || !shouldReconnect(sessionId)) {
if (res && !res.headersSent) {
response(res, 500, false, 'Unable to create session.')
}
return deleteSession(sessionId)
}
setTimeout(
() => {
createSession(sessionId, res)
},
statusCode === DisconnectReason.restartRequired ? 0 : parseInt(process.env.RECONNECT_INTERVAL ?? 0),
)
}
if (update.qr) {
if (res && !res.headersSent) {
callWebhook(sessionId, 'QRCODE_UPDATED', update)
try {
const qr = await toDataURL(update.qr)
response(res, 200, true, 'QR code received, please scan the QR code.', { qr })
return
} catch {
response(res, 500, false, 'Unable to create QR code.')
}
}
try {
await wa.logout()
} catch {
} finally {
deleteSession(sessionId)
}
}
})
wa.ev.on('groups.upsert', async (m) => {
callWebhook(sessionId, 'GROUPS_UPSERT', m)
})
wa.ev.on('groups.update', async (m) => {
callWebhook(sessionId, 'GROUPS_UPDATE', m)
})
wa.ev.on('group-participants.update', async (m) => {
callWebhook(sessionId, 'GROUP_PARTICIPANTS_UPDATE', m)
})
wa.ev.on('blocklist.set', async (m) => {
callWebhook(sessionId, 'BLOCKLIST_SET', m)
})
wa.ev.on('blocklist.update', async (m) => {
callWebhook(sessionId, 'BLOCKLIST_UPDATE', m)
})
wa.ev.on('contacts.set', async (c) => {
callWebhook(sessionId, 'CONTACTS_SET', c)
})
wa.ev.on('contacts.upsert', async (c) => {
callWebhook(sessionId, 'CONTACTS_UPSERT', c)
})
wa.ev.on('contacts.update', async (c) => {
callWebhook(sessionId, 'CONTACTS_UPDATE', c)
})
wa.ev.on('presence.update', async (p) => {
callWebhook(sessionId, 'PRESENCE_UPDATE', p)
})
async function getMessage(key) {
if (store) {
const msg = await store.loadMessage(key.remoteJid, key.id)
return msg?.message || undefined
}
// Only if store is present
return proto.Message.fromObject({})
}
}
/**
* @returns {(import('@whiskeysockets/baileys').AnyWASocket|null)}
*/
const getSession = (sessionId) => {
return sessions.get(sessionId) ?? null
}
const getListSessions = () => {
return [...sessions.keys()]
}
const deleteSession = (sessionId) => {
const sessionFile = 'md_' + sessionId
const storeFile = `${sessionId}_store.json`
const rmOptions = { force: true, recursive: true }
rmSync(sessionsDir(sessionFile), rmOptions)
rmSync(sessionsDir(storeFile), rmOptions)
sessions.delete(sessionId)
retries.delete(sessionId)
}
const getChatList = (sessionId, isGroup = false) => {
const filter = isGroup ? '@g.us' : '@s.whatsapp.net'
return getSession(sessionId).store.chats.filter((chat) => {
return chat.id.endsWith(filter)
})
}
/**
* @param {import('@whiskeysockets/baileys').AnyWASocket} session
*/
const isExists = async (session, jid, isGroup = false) => {
try {
let result
if (isGroup) {
result = await session.groupMetadata(jid)
return Boolean(result.id)
}
;[result] = await session.onWhatsApp(jid)
return result.exists
} catch {
return false
}
}
/**
* @param {import('@whiskeysockets/baileys').AnyWASocket} session
*/
const sendMessage = async (session, receiver, message, delayMs = 1000) => {
try {
await delay(parseInt(delayMs))
return await session.sendMessage(receiver, message)
} catch {
return Promise.reject(null) // eslint-disable-line prefer-promise-reject-errors
}
}
/**
* @param {import('@whiskeysockets/baileys').AnyWASocket} session
*/
const updateProfileStatus = async (session, status) => {
try {
return await session.updateProfileStatus(status)
} catch {
return Promise.reject(null) // eslint-disable-line prefer-promise-reject-errors
}
}
const updateProfileName = async (session, name) => {
try {
return await session.updateProfileName(name)
} catch {
return Promise.reject(null) // eslint-disable-line prefer-promise-reject-errors
}
}
const getProfilePicture = async (session, jid, type = 'image') => {
try {
return await session.profilePictureUrl(jid, type)
} catch {
return Promise.reject(null) // eslint-disable-line prefer-promise-reject-errors
}
}
const blockAndUnblockUser = async (session, jid, block) => {
try {
return await session.updateBlockStatus(jid, block)
} catch {
return Promise.reject(null) // eslint-disable-line prefer-promise-reject-errors
}
}
const formatPhone = (phone) => {
if (phone.endsWith('@s.whatsapp.net')) {
return phone
}
let formatted = phone.replace(/\D/g, '')
return (formatted += '@s.whatsapp.net')
}
const formatGroup = (group) => {
if (group.endsWith('@g.us')) {
return group
}
let formatted = group.replace(/[^\d-]/g, '')
return (formatted += '@g.us')
}
const cleanup = () => {
console.log('Running cleanup before exit.')
sessions.forEach((session, sessionId) => {
session.store.writeToFile(sessionsDir(`${sessionId}_store.json`))
})
}
const getGroupsWithParticipants = async (session) => {
return session.groupFetchAllParticipating()
}
const participantsUpdate = async (session, jid, participants, action) => {
return session.groupParticipantsUpdate(jid, participants, action)
}
const updateSubject = async (session, jid, subject) => {
return session.groupUpdateSubject(jid, subject)
}
const updateDescription = async (session, jid, description) => {
return session.groupUpdateDescription(jid, description)
}
const settingUpdate = async (session, jid, settings) => {
return session.groupSettingUpdate(jid, settings)
}
const leave = async (session, jid) => {
return session.groupLeave(jid)
}
const inviteCode = async (session, jid) => {
return session.groupInviteCode(jid)
}
const revokeInvite = async (session, jid) => {
return session.groupRevokeInvite(jid)
}
const metaData = async (session, req) => {
return session.groupMetadata(req.groupId)
}
const acceptInvite = async (session, req) => {
return session.groupAcceptInvite(req.invite)
}
const profilePicture = async (session, jid, urlImage) => {
const image = await downloadImage(urlImage)
return session.updateProfilePicture(jid, { url: image })
}
const readMessage = async (session, keys) => {
return session.readMessages(keys)
}
const getStoreMessage = async (session, messageId, remoteJid) => {
try {
return await session.store.loadMessage(remoteJid, messageId)
} catch {
// eslint-disable-next-line prefer-promise-reject-errors
return Promise.reject(null)
}
}
const getMessageMedia = async (session, message) => {
try {
const messageType = Object.keys(message.message)[0]
const mediaMessage = message.message[messageType]
const buffer = await downloadMediaMessage(
message,
'buffer',
{},
{ reuploadRequest: session.updateMediaMessage },
)
return {
messageType,
fileName: mediaMessage.fileName ?? '',
caption: mediaMessage.caption ?? '',
size: {
fileLength: mediaMessage.fileLength,
height: mediaMessage.height ?? 0,
width: mediaMessage.width ?? 0,
},
mimetype: mediaMessage.mimetype,
base64: buffer.toString('base64'),
}
} catch {
// eslint-disable-next-line prefer-promise-reject-errors
return Promise.reject(null)
}
}
const convertToBase64 = (arrayBytes) => {
const byteArray = new Uint8Array(arrayBytes)
return Buffer.from(byteArray).toString('base64')
}
const init = () => {
readdir(sessionsDir(), (err, files) => {
if (err) {
throw err
}
for (const file of files) {
if ((!file.startsWith('md_') && !file.startsWith('legacy_')) || file.endsWith('_store')) {
continue
}
const filename = file.replace('.json', '')
const sessionId = filename.substring(3)
console.log('Recovering session: ' + sessionId)
createSession(sessionId)
}
})
}
export {
isSessionExists,
createSession,
getSession,
getListSessions,
deleteSession,
getChatList,
getGroupsWithParticipants,
isExists,
sendMessage,
updateProfileStatus,
updateProfileName,
getProfilePicture,
formatPhone,
formatGroup,
cleanup,
participantsUpdate,
updateSubject,
updateDescription,
settingUpdate,
leave,
inviteCode,
revokeInvite,
metaData,
acceptInvite,
profilePicture,
readMessage,
init,
isSessionConnected,
getMessageMedia,
getStoreMessage,
blockAndUnblockUser,
}