Streamline your workflow by automating WhatsApp messages to interns who fill out your company form. This project eliminates manual effort, reduces duplication, and ensures seamless communication. With automation, you can focus on more critical tasks while keeping your interns informed and engaged.
git clone https://github.com/Khushiaggarwal710/automated-IM-whatsapp.git
pip install -r requirements.txt
Database: 'automatedIM_DB' Table: 'interns'
Structure of interns:
Sample Data:
mydb = mysql.connector.connect( host='localhost', user='root', password='password', database='automatedIM_DB' )
python automate.py