Skip to content

Fishboii/Experimental-Whatapp-message-repeater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Will send multiple messages to someone through Whatsapp.
You will need a valid phone number registered to Whatsapp, the Whatsapp app and an active internet connection for this to work. \

Do note that the reciepient's name must be the one stored in your contacts. You can check them in the Whatsapp mobile app.
This program is written using Python 3.7 with the selenium module.
Before running the code, make sure you have selenium installed. \ Important: You need to create a file with Chromedriver.exe on your computer. You can go to https://sites.google.com/a/chromium.org/chromedriver/downloads to get the latest version. You will then need to get the path of the file (Properties or More Info) and paste it into line 9 of the code.
The code should look like:
driver = webdriver.Chrome(executable_path=r'YOURPATHHERE')

And you would need to change it to:
driver = webdriver.Chrome(executable_path=r' Your Chromedriver.exe path ')

Instructions for entering your path

  1. Go to https://sites.google.com/a/chromium.org/chromedriver/downloads and download the latest version of Chromedriver
  2. Unzip the file
  3. You will then need to check the location of the file
  4. Copy the location to your clipboard
  5. Paste it over the location in the code, make sure the location ends with the Chromedriver.exe
  6. If all is done correctly, the program should run.

Instructions

  1. Enter the group or receiver's name.
  2. Enter message repeat number
  3. Enter the message.
  4. The program will open Whatsapp web , you will need to use your phone to scan the QR code.
  5. After scanning the QR code, you will then need to hit enter on the program and it will automatically start sending messages after a few seconds

About

Experimental Web-based Whatsapp API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages