Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.