Skip to main content

LIB (WPPConnect)

WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination... πŸ˜€πŸ€”πŸ’­

Functions​

Automatic QR Refreshβœ”
Send text, image, video, audio and docsβœ”
Get contacts, chats, groups, group members, Block Listβœ”
Send contactsβœ”
Send stickersβœ”
Send stickers GIFβœ”
Multiple Sessionsβœ”
Forward Messagesβœ”
Receive messageβœ”
insert user sectionβœ”
Send locationβœ”
and much moreβœ”

See more at WhatsApp methods

Installation​

The first thing that you had to do is install the npm package :

npm i --save @wppconnect-team/wppconnect

See more at Getting Started

Development​

Building WPPConnect is really simple, to build the entire project just run

> npm run build