An open API service indexing awesome lists of open source software.

https://github.com/harshitrv/automatewhatsaspp

A simple nodejs app to automatically send messages to others on whatsapp.
https://github.com/harshitrv/automatewhatsaspp

Last synced: 16 days ago
JSON representation

A simple nodejs app to automatically send messages to others on whatsapp.

Awesome Lists containing this project

README

        

# Automate WhatsApp messages.

A simple NodeJS app to automate sending messages from your WhatsApp account.

1. Install the dependencies
```bash
npm install
```
2. Configure the ```init.js``` file to set the time for sending the messages.
```bash
{
message: "Sent from nodejs", // Your message
hour: 12, // 24-hour clock
minute: 5,
phoneNumber: 'RECEIVER_PHONE_NUMBER'+'@c.us' // eg: 91xxxxxxxxx
}
```
3. Run the application
```bash
npm start
```
4. Wait for the QR code to be visible on terminal.
5. Scan the QR code to login to your whatsapp account.
6. Now wait for the messages to be sent.