WhatsApp API - atabegruslan/Notes GitHub Wiki

Official APIs

Not officially public and not free

However there are 2 libraries that works around that

wwebjs

Web JS interacts with WhatsApp via WhatsApp Web ( https://web.whatsapp.com ). It uses puppeteer ( https://www.npmjs.com/package/puppeteer ) to visit WhatsApp Web in a background browser, and uses ModuleRaid ( https://www.npmjs.com/package/@pedroslopez/moduleraid ) to pick out various info from WhatsApp Web.

Baileys

Baileys directly uses the websocket mechanism behind WhatsApp Web to interact with WhatsApp

Screenshot 2024-03-30 152743

Other relevant websites