Whatsapp Web Automation is a script (more precisely a set of scripts) used to automate WhatsApp Web's usage through web scraping.
Just clone/download the repository to your local machine, then resolve the 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
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)