WhatBot is a Python script designed for automating interactions with WhatsApp Web. It utilizes the Selenium library to control a web browser and perform tasks such as sending messages, checking online status.
- Check online status of a contact
- If its online send messages to specified contact
- Python 3.x installed on your system
- Chrome browser installed
- ChromeDriver install the suitable version for your Chrome version - Download from ChromeDriver
- Selenium
- FuzzyWuzzy
- Pywin32
- Clone or download the WhatBot repository to your local machine.
- Install the required Python libraries using pip:
pip install selenium fuzzywuzzy
- Place the ChromeDriver executable (
chromedriver.exe
) in the same directory as the WhatBot script.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
For questions or suggestions regarding Virtual Assistant, please contact me at [email protected].
This project is licensed under the MIT License - see the LICENSE file for details.