Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablo-restrepo/whatsapp-bot
This is a WhatsApp bot created in JavaScript.
https://github.com/pablo-restrepo/whatsapp-bot
bot javascript whatsapp whatsapp-bot
Last synced: 7 days ago
JSON representation
This is a WhatsApp bot created in JavaScript.
- Host: GitHub
- URL: https://github.com/pablo-restrepo/whatsapp-bot
- Owner: Pablo-Restrepo
- License: gpl-2.0
- Created: 2023-07-09T12:48:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T21:51:29.000Z (8 months ago)
- Last Synced: 2024-03-12T22:46:33.613Z (8 months ago)
- Topics: bot, javascript, whatsapp, whatsapp-bot
- Language: JavaScript
- Homepage:
- Size: 390 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WhatsApp Bot
[![JavaScript](https://img.shields.io/badge/JavaScript-ES6-F7DF1E.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[![Node.js](https://img.shields.io/badge/Node.js-18.16.0-green.svg)](https://nodejs.org/)
[![Express.js](https://img.shields.io/badge/Express.js-4.18.2-lightgrey.svg)](https://expressjs.com/)
[![whatsapp-web.js](https://img.shields.io/badge/whatsapp--web.js-1.21.0-blue.svg)](https://github.com/pedroslopez/whatsapp-web.js)
[![qrcode](https://img.shields.io/badge/qrcode-0.12.0-orange.svg)](https://www.npmjs.com/package/qrcode-terminal)
[![mime-types](https://img.shields.io/badge/mime--types-2.1.35-red.svg)](https://www.npmjs.com/package/mime-types)This is a WhatsApp bot created in JavaScript.
## Functionalities:
### 1. Image to Sticker Conversion
This functionality allows users to easily convert images into stickers for sharing and fun interactions on WhatsApp:
## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/Pablo-Restrepo/whatsapp-bot.git
```2. Navigate to the project folder:
```bash
cd WhatsApp-Bot
```3. Install the project dependencies:
```bash
npm install
```## Usage
1. Start the bot by running the following command:
```bash
npm start
```2. Scan the QR code with your mobile device using WhatsApp to access WhatsApp Web.
## License
This project is licensed under the GNU General Public License v2.0. See the `LICENSE` file for more details.