Skip to content

Automate Whatsapp to schedule messages using web scrapping and Automation

Notifications You must be signed in to change notification settings

aumpatel2624/WhatsappWebAutomation

 
 

Repository files navigation

Whatsapp Web Automation

Whatsapp Web Automation is a script (more precisely a set of scripts) used to automate WhatsApp Web's usage through web scraping.

Installation

Just clone/download the repository to your local machine, then resolve the dependencies.

Dependencies

Whatsapp Web Automation requires Python's several dependencies:

  • pandas
  • openpyxl
  • art
  • colorama
  • selenium
  • bs4
  • pyautogui

You can install them with pip install <dependency> or you can use this one liner:

pip install pandas openpyxl art colorama selenium bs4 pyautogui

Usage

Just run the main file with the command python main.py while in the same directory as the scripts

Currently Unsupported (Linux, the Whatsapp Login with Selenium is Broken)

Maintainers

About

Automate Whatsapp to schedule messages using web scrapping and Automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%