Skip to content

A boilerplate project that combines Baileys, Express, Socket.IO, and TypeScript technologies for a WhatsApp Bot.

Notifications You must be signed in to change notification settings

drksbr/baileys-express-socketio-boilerplate

 
 

Repository files navigation

Baileys + Express + Socket.IO + TypeScript

Welcome to the baileys-express-socketio-boilerplate repository, initiated on October 24, 2023, around 9 PM.

Check out a similar project: WhatsApp-Web.js + Express + Socket.io + TypeScript Boilerplate

This repository combines the technologies of Baileys, Express, Socket.IO, and TypeScript. Baileys is used for interacting with WhatsApp Web, Express for server creation, Socket.IO for real-time communication, and TypeScript for type-based development.

Usage

git clone git@github.com:feri-irawan/baileys-express-socketio-boilerplate.git
yarn dev

Configuration

Make sure to configure the config.ts file correctly before running the application.

export default {
    sessionName: 'my-session'
}

Contribution

If you wish to contribute to this project, please create a pull request and follow the contribution guidelines.

License

This project is licensed under the MIT license.

Thank you, and hope it proves useful. Feel free to report issues or provide suggestions.

About

A boilerplate project that combines Baileys, Express, Socket.IO, and TypeScript technologies for a WhatsApp Bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.4%
  • HTML 10.6%