Giter VIP home page Giter VIP logo

whatsapp-automation-bulk-messages-images-sender's Introduction

WhatsApp-Automation-Bulk-Messages-Sender

This project helps to send bluk whatsapp messages without saving in contacts. Simply put contact numbers into EXCEL sheet, then run this scripts accordingly to your need.

GUI of this same script can be found in release v1.4 : Download from here

Exported CSV will be present in the same folder where this software is located. image

image

Different messages types list : choose one of the options from here.

image

This project containts script for running above software

Note

This is only for educational purposes, there are WhatsApp Business APIs available for the same purpose.

MIT License

How to Use

1. Install required modules for these scripts to run

  • for script to run please install this packages using the commands given here
  • python is required to run below commands and the software itself so install it before using this script

1. Python 3.8: Download it from https://www.python.org/downloads

2. Chrome : Download it from https://chrome.google.com

3. Pandas : Run in command prompt

  pip install pandas

4. Xlrd : Run in command prompt

  pip install xlrd

5. Selenium: Run in command prompt

pip install selenium

6. Web Driver: Run in command prompt

  pip install webdriver_manager

7.Openpyxl: Run in command prompt

  pip install openpyxl

8.pysimplegui: Run in command prompt

  pip install pysimplegui

2. Downloading or clone this project

  • clone project using below command
  git clone https://github.com/DarshanParbadiya/WhatsApp-Automation-Bulk-Messages-Sender.git

3. Running the script

  • Run this command using CMD from the same directory where this script is located
  python whatsapp_helper.py

4. Instructions to use

  • Use open Whatsapp button to open chrome tab and scan QR code
  • this step is only required once then you can load multiple excel file and send all the message again and again. No need to scan QR for next Excel file.
  • After doing above step send message button becomes available.
  • Load the Excel file and image accodingly.
  • Choose type of message to be sent and click on send.
  • This also opens debugger window to show which steps are being performed by the software.
  • at the end of the script status of the message will be available in status section.

updating the script when whatsapp web interface changes

image change this values accordingly when whatsappweb html tags and classes gets changed.

Troubleshooting

image

If whatsapp web is working slow and shows loading chat in your computer then change initial wait

FAQ

Question 1 How to install dependencies

Install using cmd which can be opend by searching in start button of windows.

Question 2 Scripts are not working now what to do

You only have to change this, because with updates whatsapp may change it's UI.

attachment_button = WebDriverWait(driver, 35).until(EC.element_to_be_clickable((By.XPATH, "//span[@data-testid='clip']")))

in above's code change (By.XPATH, 'new whatsapp attributes') for this you need to know little bit of HTML.

Question 3 errors due to changes in selenium syntax

follow official documentation to change syntax if it changes in the future.

Feedback

If you have any feedback, please reach out to us at [email protected]

Features

  • Sending bulk messages
  • Sending same or different message choice
  • No need to save contacts before sending messaages
  • Sending images with or without text.
  • Cross platform

๐Ÿš€ About Me

I'm a full stack developer...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.