A Whatsapp-Bot that answers a certain contact, you can send a reply to the last message, the script will open a Browser window, you can minimize it, but DON'T CLOSE it
Requirements:
Selenuim Module
Time Module
ChromeDriver Homepage --> List of aviable Packages
Installation of required modules:
pip install selenium
pip install time
After extracting the ChromeDriver you must set Path to the executable in reply.py
Note
There is still a bug in the Block of code that gets the message, im still working on it