This is a template for building a WhatsApp bot using Whiskey Socket Baileys with Node.js. It provides a simple framework for handling messages, automating responses, and integrating with external APIs.
- Send and Receive Messages: Send and receive messages to/from WhatsApp contacts.
- Message Automation: Customize automated responses based on predefined triggers or user messages.
- Webhook Integration: Support for webhooks to integrate with other services or APIs.
- Session Management: Keep track of user sessions and manage conversations.
- Easy Configuration: Simple setup and configuration process.
Before using this template, make sure you have:
- Node.js installed (v14 or higher recommended).
- A basic understanding of JavaScript and Node.js.
-
Clone the repository:
git clone https://github.com/azkbrqlna/Template-Bot.git cd Template-Bot -
Install the dependencies:
npm install
-
If nodemon is not installed:
npm i nodemon
-
Run the bot:
npm run start
This project is licensed under the MIT License - see the LICENSE file for details.