My personal project using whatsapp package to listen for daily message on a specific number to reply anything you want, as for this project we are replying the Moon Phase and Calendar Events for the current day
- Install node 16.x
- Fill your .env file with the credentials from .env.example
- WP_CONTACT on .env file should be any person number you want
npm install
npm run dev and for production npm run build
Set the message and API integration that you want, seriously, you can set anything and use them to start sending Whatsapp messages
This project was based and using whatsapp-web.js for more details.