I'm trying to implement a WhatsApp bot, which uses the chromedriver
and opens whatsapp web, and sends messages to the contacts. These are the steps of the program:
- Reads the contacts from an excel file
- Set the time, when you want to send the message along with the message you want to send
- Search that name and send message
Here are the problems that I'm unable to solve:
- If the name is not there in recent chats, it is not able to search it from the WhatsApp contact list and send
- Also I want to know how I can send images and videos
Since the code is pretty long, here is the link to it: https://github.com/harshitsidhwa/WhatsApp-bot-selenium