Skip to content
/ WaBOT Public

A simple structure for a WhatsApp bot using the Baileys library from WhiskeySockets.

License

Notifications You must be signed in to change notification settings

Ahosall/WaBOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp BOT

A simple structure for a WhatsApp bot using the Baileys library from WhiskeySockets.

Dependencies

Note

All dependencies are required.

Dependency Version
@whiskeysockets/baileys 6.7.4
@hapi/boom 10.0.1
pino 8.15.0
qrcode-terminal 0.12.0

How to Start

Starting the application is simple. Just install the dependencies and run the start script found in package.json.

Installing Dependencies

$ npm install
# or
$ yarn install
# or
$ pnpm install

Note

Use --production for production.

Initialization

Initialization consists of two levels: production and development.

$ pnpm dev # Development
# or
$ pnpm start # Production

About

A simple structure for a WhatsApp bot using the Baileys library from WhiskeySockets.

Topics

Resources

License

Stars

Watchers

Forks