A simple whatsApp chatbot using Selenium library. Able to send messages to your contacts automatically.
- Installing selenium:
-
pip3 install selenium
-
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.
-
Configure the information.json file according to your contacts and your message.
-
Run the code.
python3 bot.py
- Whatsapp API will ask you for scanning the QR code while browser is opening. Scan the code and press any key after a second.
- Python3.6 or higher version