WhatsApp Automation Script for Sending Messages
You need to run this script Node.js
and you can download it from here
puppeteer
for browser automationasync
for better way for woking with asynchronous JavaScript.read-excel-file
for reading excel files
- Download the file as
ZIP
or with git commandgit clone
- Open the terminal in the project directory and type
npm install
ornpm i
- Edit the contact excel file with the new numbers
- Generate the VCard file and import it in your phone
- Change the message in
index.js
file - Run the script by typing
npm start
- Finally, Scan the QR Code to connect the browser with Web WhatsApp
- Run the script by typing
npm run vcardgen
- You will find
vcard.vcf
in the root directory, so import it in your phone
- Open the developer tab in excel
- Open Visual Basic and paste the code from
THE VBA SCRIPT
file - Run it
Hope you like it. If you do, Please star ⭐ the repo ❤