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.
- Host: GitHub
- URL: https://github.com/harshitrv/automatewhatsaspp
- Owner: HarshitRV
- Created: 2022-05-05T08:40:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T09:08:33.000Z (about 3 years ago)
- Last Synced: 2024-12-26T14:29:48.809Z (5 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.