This project allows you to send WhatsApp messages to multiple recipients using a CSV file. It utilizes the WhatsApp Web interface to automate the message sending process using html css & js
- Send personalized WhatsApp messages to a list of contacts.
- Uses a CSV file to manage recipients and messages.
- Automates? the WhatsApp Web interface for message sending.
- Clone the repository:
git clone https://github.com/vebpath/whatsappmsgsendercsv.git cd whatsappmsgsendercsv
-
Prepare your CSV file:
- The CSV file should have at least two columns:
name
andnumber
. - Optionally, you can't add a
message
column if you want to send personalized messages.
Example
contacts.csv
:name,number John Doe,+1234567890, Jane Smith,+0987654321
- The CSV file should have at least two columns:
- Ensure you have logged into WhatsApp Web on your default browser before running the script.
- The script may require manual intervention if WhatsApp Web prompts for verification.
- If the script fails to run, ensure that Node.js is correctly installed and the required packages are installed.
- If the browser does not open WhatsApp Web, check if Puppeteer is correctly installed and is compatible with your version of Chrome or Chromium.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.