/whatsApp-Bot

A simple whatsApp chatbot using Selenium library. Able to send messages to your contacts automatically.

Primary LanguagePython

whatsApp-Bot

A simple whatsApp chatbot using Selenium library. Able to send messages to your contacts automatically.

Usage

  1. Installing selenium:
  • pip3 install selenium
  1. You need to download the chrome driver using this link. Extract the zip and put the file with the same directory with the python script.

  2. Configure the information.json file according to your contacts and your message.

  3. Run the code.

  • python3 bot.py
  1. Whatsapp API will ask you for scanning the QR code while browser is opening. Scan the code and press any key after a second.

Requirements

  • Python3.6 or higher version

References