Automated WhatsApp Message using Python
Automated WhatsApp Message Using Python (pywhatkit) GitHub: Git Profile , LinkedIn: Profile Link Problem Statement Whenever want to send WhatsApp Messages, For n Number of People Individually. It becomes very difficult & time-consuming process in order to overcome this problem, I came with the simple idea that can be used ease this process to save time & to reach more number of people in short period of time. Objective Let us consider a small business, where we have to reach to n number of customers with the help of Contract Number present in the Business Dataset ( excel,csv etc. ). Now problem that arises is that we can't save n number of people in our system (PC,Mobile), Even if we do so it is not possible to reach them out individually. Methodology To overcome this problem, I am using pywhatkit w hich is the Popular Python Library used for WhatsApp Message Automation, along with this I am also using the Pandas Library used for readi...