Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 📱 💬
- Host: GitHub
- URL: https://github.com/rmmenezes/spam-whatsapp-bot
- Owner: rmmenezes
- License: cc0-1.0
- Created: 2018-11-03T01:54:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:33:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T07:41:16.500Z (about 1 month ago)
- Topics: bot, whatsapp, whatsapp-api, whatsapp-bot, whatsapp-chat, whatsapp-web
- Language: JavaScript
- Homepage:
- Size: 154 KB
- Stars: 25
- Watchers: 6
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.