Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.12 KB

WhatsApp Automation

WhatsApp Automation Script for Sending Messages

Prerequirement

You need to run this script Node.js and you can download it from here

NPM Packages we used

  • puppeteer for browser automation
  • async for better way for woking with asynchronous JavaScript.
  • read-excel-file for reading excel files

How to use

  1. Download the file as ZIP or with git command git clone
  2. Open the terminal in the project directory and type npm install or npm i
  3. Edit the contact excel file with the new numbers
  4. Generate the VCard file and import it in your phone
  5. Change the message in index.js file
  6. Run the script by typing npm start
  7. Finally, Scan the QR Code to connect the browser with Web WhatsApp

How to generate VCard file

  1. Run the script by typing npm run vcardgen
  2. You will find vcard.vcf in the root directory, so import it in your phone

How to generate VCard file from excel

  1. Open the developer tab in excel
  2. Open Visual Basic and paste the code from THE VBA SCRIPT file
  3. Run it

Hope you like it. If you do, Please star ⭐ the repo ❤