https://github.com/XoXoHarsh/Whatsapp_Messaging_Template
This repository hosts a Node.js script designed for sending messages to multiple users on WhatsApp. This script provides a convenient way to automate messaging tasks, enabling efficient communication with your audience. Whether you need to send notifications, updates, or personalized messages, this script offers flexibility and ease of use.
https://github.com/XoXoHarsh/Whatsapp_Messaging_Template
Last synced: 3 months ago
JSON representation
This repository hosts a Node.js script designed for sending messages to multiple users on WhatsApp. This script provides a convenient way to automate messaging tasks, enabling efficient communication with your audience. Whether you need to send notifications, updates, or personalized messages, this script offers flexibility and ease of use.
- Host: GitHub
- URL: https://github.com/XoXoHarsh/Whatsapp_Messaging_Template
- Owner: XoXoHarsh
- Created: 2024-04-29T06:39:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T06:55:06.000Z (about 1 year ago)
- Last Synced: 2025-01-24T22:15:52.891Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WHATSAPP MESSAGING TEMPLATE
## Description
This repository hosts a Node.js script designed for sending messages to multiple users on WhatsApp. This script provides a convenient way to automate messaging tasks, enabling efficient communication with your audience. Whether you need to send notifications, updates, or personalized messages, this script offers flexibility and ease of use.
`Library Used :` whatsapp-web.js
## How to use the project
- Clone the project
- Go inside the project folder and in terminal write the command `npm install` to install the dependencies
- Write the name and phone of the user inside user.js
- Write the message inside the sendmessage function
- Run the script in the terminal using `npm start`.