This is a whatsapp automation project In this project frontend is made using React.js and backend is made using Node.js and Express.js. We are generating greetings from ChatGPTAI and using whatsapp-web.js npm package we are connecting to the Whatsapp Web and sending messages to the required user.
User will enter the name of any occasion and using ChatGPTAI we are generating the greetings. User will then mention the name of the contacts whom to send the message. On clicking the submit button a post request is send to backend.
In backend we are using whatsapp-we.js package to connect to whatsapp web. User will be asked to scan the qr code and all the contacts will get displayed and messgae will be send to the contacts specified in the form.


