Skip to content

azkbrqlna/Template-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Bot Template

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.

Features

  • 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.

Prerequisites

Before using this template, make sure you have:

  • Node.js installed (v14 or higher recommended).
  • A basic understanding of JavaScript and Node.js.

Installation

  1. Clone the repository:

    git clone https://github.com/azkbrqlna/Template-Bot.git
    cd Template-Bot
  2. Install the dependencies:

    npm install
  3. If nodemon is not installed:

     npm i nodemon
  4. Run the bot:

    npm run start

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors