Skip to content

A whatsapp bot to message every new contact on a particular group.

Notifications You must be signed in to change notification settings

Keith-Web3/WhatsappGroupMessager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsappGroupMessager

A quick project for a friend.

Getting Started

Follow these steps to set up and run the chatbot on your local machine:

  1. Fork the Repository: Start by forking this repository to your own GitHub account by clicking the "Fork" button in the upper right corner.

  2. Clone the Repository: Clone your forked repository to your local machine using Git. Replace <your-username> with your GitHub username.

git clone https://github.com/<your-username>/WhatsappGroupMessager.git
  1. Navigate to the project's directory
  cd WhatsappGroupMessager
  1. Install the project's dependencies
npm install
  1. Change the MESSAGE variable in index.js to your desired message.
const MESSAGE = <"YOUR MESSAGE">
  1. Run the Chatbot: Start the chatbot by running the following command:
node index.js
  1. Scan the QR Code: The chatbot will generate a QR code. Scan this code with your WhatsApp mobile app to link your WhatsApp account with the chatbot.

  2. Wait for the Bot to Start: After scanning the QR code, the chatbot will begin running and performing its tasks in your WhatsApp groups.

About

A whatsapp bot to message every new contact on a particular group.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published