- Clone this repo:
git clone - Install Frontend:
npm i - Install Backend:
cd servernpm i
- Start Backend:
npm start - Start Frontend:
cd ..npm start
!!!
- Read Documentations of WhatsappWebJs
- Read Documentations of IMAP
- Initailize the Whatsapp client to send the code to the Frontend so that a login session is created
- If Logged in, Based on keywords send the fetched new emails using IMAP to the specified whatsapp Number.
- The Process is automated.