Este projeto tem como finalidade desenvolver uma aplicação multiplataforma para mandar mensagens WhatsApp automáticas. 📱 💬
Warning, I am not responsible for the misuse of this API or for any forms of punishment for using bots on the WhatsApp platform. This project aims to study JavaScript injections.
In the future this API can receive a FrontEnd structure to be able to perform phonebook submissions among other tasks
To clone and run this repository you’ll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/rmmenezes/Spam-WhatsApp-Bot.git
# Go into the repository
cd Spam-WhatsApp
# Install dependencies
npm install
# Run the app
npm start
Note: If you’re using Linux Bash for Windows, see this guide or use node
from the command prompt.