Skip to content

KocakAli/WhatsappAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WhatsappAutomation

Script automatically sends messages via WhatsApp Web without saved contacts using the contact data and message data in the excel sheet when it is run.If a problem occurs or script does not run properly just contact me.

Requirements and Install

Python

You need to install python if you have not install it yet. Visit python offical web page to install python. You can choose a python version which is compatible with your operating system from this page.

Packages

You must install the packages in the requirements.txt file to run script. You can install the required packages one by one

  • pip install pandas
  • pip install xlrd
  • pip install selenium
  • pip install webdriver_manager
  • pip install openpyxl

or just use in your terminal.

  • pip install -r requirements.txt

Chromedriver

You dont have to download chromedriver because we use webdrive_manager package for start a chrome browser.

Usage

You need an excel worksheet with two columns named contact and message in the same directory with your script.py file. Write the people you want to send message in contact column and write message that you want send in message column.

Run script

After create an excel workbook open your terminal and run python script.py. This will start automatically a chrome browser. After logged in with QR code press the enter on terminal. Message will send to contacts. doc1 doc3

Author Note

This script is for educational purposes. Commercial use of this repo is strictly prohibited. It is not affiliated with whatsapp and its subsidiaries, it is completely independent and unoffical software. Use at your own risk.