eswar2001 / Mass-whatsapp-msg-sender

Based on selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mass-whatsapp-msg-sender

made-with-python

๐Ÿ˜„ Download the repo ๐Ÿ˜„

Requirements

>Chrome/Firefox
>chromedriver/Geckodriver
>Python 3.8
>pip3
>PyAutoIt
>Os-sys
>selenium

How to install python? click here

Code to be executed/Procedure

Code to be executed irrespective of platform

python -m pip install --upgrade pip
pip install selenium
pip install PyAutoIt
pip install os-sys
pip install python-csv

Platform: Windows

ChromeDriver used: If this versions becomes outdated or gives problem download the latest version from Download Link (or) FirefoxDriver used: Geckodriver for firefox

After downloading the driver you will have to add the location of those exe files in path.Chrome is prefered if your using firefox then modify the code in whatsapp.py file. by default it is using chrome drivers just change the below code.

chrome

driver = webdriver.Chrome()

to

driver = webdriver.Firefox()

Platform: Linux

pip install webdriver-manager

How to run the script?

step-1:git clone or download the zip of this repo then cd Mass-whatsapp-msg-sender
step-2:get your mobile ready to scan the qr code
step-3:I suggest you to use chrome so update to the latest version
step-4:Type the message in the 'message.txt' file
step-5:Type the phone numbers in the 'numbers.csv' each number should start with country code without '+'
step-6:each number should be in seperate line without comas or colon's
step-7:then run the below command in the terminal or cmd.
          python whatsapp.py
step-8:as soon as the browser loads the whatsapp desktop webpage, scan the qr with your mobile
step-9:now time to relax

๐Ÿ˜Œ

NOTE: For Sending Files:

Paste your document in the Documents Folder in the directory.Then go to whatsapp.py file and paste the document name along with file extension in the variable doc_filename. By default it is set to NULL. how to put file name

NOTE: For contacts:

Do enter your country code then contact number.

Use: 919999999999

Don't Use: +919999999999 For scanning qr to get whatsapp web using ios or android devices

how to put numbers in the csv file

โญ the repo

Afraid of bots

About

Based on selenium

License:MIT License


Languages

Language:Python 90.3%Language:Shell 9.7%