WhatsApp Auto Sender is a simple Python script that sends automated WhatsApp messages using WhatsApp Web and the pywhatkit library.
- Python 3.7 or higher.
- The
pywhatkit&python-dotenvlibraries are required. - You must be logged into WhatsApp Web on your default browser.
git clone https://github.com/Joe50097/WhatsApp-Auto-Sender.git
cd WhatsApp-Auto-Sender
pip install -r requirements.txt
- Click the green Code button and choose Download ZIP.
- Extract the ZIP file to any folder.
- Open a terminal or command prompt inside the folder.
- Run this command to install dependencies:
pip install -r requirements.txt
Once the installation is complete, you can now run the script! Open a terminal or command prompt inside the folder where the script is located and run:
python main.py
If you found this project useful or interesting, please consider giving it a ⭐ (star) on GitHub! Your support helps the project grow and lets others know that it's a valuable resource.
You can star the project by clicking the Star button at the top of the repository page!