Basic WhatsApp bot using NodeJS and whatsapp-web.js
npm install
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
👤 Oscar Aguilar
- Website: oscar-aguilar.site
- Twitter: @oscar_aguilaar
- Github: @oscar-aguilaar
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