Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rmmenezes/spam-whatsapp-bot

Este projeto tem como finalidade desenvolver uma aplicação multiplataforma para mandar mensagens WhatsApp automáticas. 📱 💬
https://github.com/rmmenezes/spam-whatsapp-bot

bot whatsapp whatsapp-api whatsapp-bot whatsapp-chat whatsapp-web

Last synced: about 1 month ago
JSON representation

Este projeto tem como finalidade desenvolver uma aplicação multiplataforma para mandar mensagens WhatsApp automáticas. 📱 💬

Awesome Lists containing this project

README

        

# Spam WhatsApp Bot 📱 💬

## ⚠️ Notice ⚠️
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

## How to Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# 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](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.