Skip to content

WhatsApp Web message automation using Tkinter and Selenium

Notifications You must be signed in to change notification settings

sahilyadav10/Browser-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser-Automation

WhatsApp Web message automation using Tkinter and Selenium.

Prerequisities

Following are some of the requirements for the program to work properly

  • Python 3.5+. Get it from here
    make sure you select "add python to PATH" during the installation process
  • selenium (it is a portable framework for testing web applications)
pip install selenium
  • Chromedriver. Get it from here and put the .exe file in the same folder as the program files.
To check chrome version, 
 go to Help -> About Google Chrome
  • Schedule (it is an in-process scheduler for python)
pip install schedule

Running the program

Open command prompt and navigate to the directory containing the program files, enter the following command

python main.py

Screenshot

Screenshot

Video

Watch the video

About

WhatsApp Web message automation using Tkinter and Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages