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.
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.
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
You dont have to download chromedriver because we use webdrive_manager package for start a chrome browser.
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.
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.