Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.3 KB

WhatBot: WhatsApp Automation Bot

Introduction

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.

Features

  • Check online status of a contact
  • If its online send messages to specified contact

Prerequisites

  • Python 3.x installed on your system
  • Chrome browser installed
  • ChromeDriver install the suitable version for your Chrome version - Download from ChromeDriver

Used Libraries

  • Selenium
  • FuzzyWuzzy
  • Pywin32

Installation

  1. Clone or download the WhatBot repository to your local machine.
  2. Install the required Python libraries using pip:
    pip install selenium fuzzywuzzy
    
  3. Place the ChromeDriver executable (chromedriver.exe) in the same directory as the WhatBot script.

Contributing

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].

License

This project is licensed under the MIT License - see the LICENSE file for details.