Skip to content

This repository contains a bot developed in Python using the Selenium library. The bot is able to automate sending messages through WhatsApp.

Notifications You must be signed in to change notification settings

jacksonsns/whatsapp_auto_reply_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Reply Automation Bot

This documentation provides a description and usage instructions for the WhatsApp Response Automation Bot, which uses the Selenium library in Python. The bot allows you to send automatic messages to contacts on WhatsApp Web based on defined filters.

Prerequisites

Make sure you have the following requirements before using WhatsApp Response Automation Bot:

  • Python 3 installed on your system
  • Selenium library installed (pip install selenium)
  • Compatible Chrome browser driver installed. The bot is designed to work with Chrome, so Chrome is required to be installed on your system.
  • Permissions to access WhatsApp Web and read messages from contacts.

Installation

To install WhatsApp Response Automation Bot, follow the steps below:

  1. Install the required dependencies by running the following command:

    pip install -r requirements.txt
  2. Set the variables in the app.py file:

    contact_list = ['contact 1', 'contact 2']
    contact_filter = True # send messages only to contacts listed in the above array
  3. Run the bot's Python file:

    python app.py

About

This repository contains a bot developed in Python using the Selenium library. The bot is able to automate sending messages through WhatsApp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages