Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 969 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 969 Bytes

Basic WhatsApp Bot 👋

Basic WhatsApp bot using NodeJS and whatsapp-web.js

Install

npm install

Usage

First you have to locate the example.env file, rename it to .env

Now replace the variable values with yours

COUNTRY_CODE="521" # Replace it with your country code
NUMBER="XXXXXXXXXX" # Replace it with your target phone number
MSG="Hello, world!" # The message you want to send

And now you are ready to run the bot

npm start

Author

👤 Oscar Aguilar

Show your support

Give a ⭐️ if this project helped you!

This was a fun made project, if you want to change something, PR's are welcome


This README was generated with ❤️ by readme-md-generator