/wp-daily-message

Using whatsapp package to fetch, listen and send daily messages to selected contacts from your personal list

Primary LanguageJavaScript

wp-daily-message

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

💻 Before you install:

  • 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

🚀 Installing wp-daily-message

npm install  
npm run dev and for production npm run build

☕ How to use wp-daily-message

Set the message and API integration that you want, seriously, you can set anything and use them to start sending Whatsapp messages

📝 Credits to

This project was based and using whatsapp-web.js for more details.

⬆ Voltar ao topo