Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 819 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 819 Bytes

What's App daily Message

An application that sends a message at a specific time to a certain what's app contact

Dependencies

You need to install node.js v16.x to run this application.

How to install

npm install 

Getting started

1. Run the application

npm run start {phone number} {time} {message}

2. Log in to your what's app account using the QR

Scan the generated QR

3. Just wait for the specified time to send the message

Example Command

npm run start 123456789 "10:32:11" "Hello World"

NOTE: The phone number should include the country code without the + sign.

LICENSE: GNU General Public License v3.0