cannibalcheeseburger / WhatsappAutomation

Python Sricpt to spam whatapp contacts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whatsapp Automation

Open Source Love HitCount MIT Licence

This repository was created as a learning path to understand Selenium(Python) for automation. It contains a python script to spam your target whatsapp contact with customized message(s).

Installation

Packages

python -m pip install -r requirements.txt

Webdriver

Along with python packages you will require webdrivers. Here i am using ChromDriver 81.0.4044.138.

You can either the webdriver included in repo or download your own depending on your browser and version.

For Chrome webdrivers different than used here: ChromeDrivers

Or

If you have chocolatey installed run this in your Terminal:

choco install selenium-chrome-driver --pre 

To run Script

python Spam.py

About

Python Sricpt to spam whatapp contacts

License:MIT License


Languages

Language:Python 100.0%