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

https://github.com/wppconnect-team/wppconnect-frontend

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically.
https://github.com/wppconnect-team/wppconnect-frontend

whatsapp whatsapp-api whatsapp-bot whatsapp-chat whatsapp-web wppconnect wppconnect-frontend

Last synced: 2 days ago
JSON representation

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically.

Awesome Lists containing this project

README

          

# WPPConnect FrontEnd
----

> The repository has been without maintenance for quite some time now, and it's likely not functioning properly.

## Our online channels

[![Discord](https://img.shields.io/discord/844351092758413353?color=blueviolet&label=Discord&logo=discord&style=flat)](https://discord.gg/JU5JGGKGNG)
[![Telegram Group](https://img.shields.io/badge/Telegram-Group-32AFED?logo=telegram)](https://t.me/wppconnect)
[![WhatsApp Group](https://img.shields.io/badge/WhatsApp-Group-25D366?logo=whatsapp)](https://chat.whatsapp.com/LJaQu6ZyNvnBPNAVRbX00K)
[![YouTube](https://img.shields.io/youtube/channel/subscribers/UCD7J9LG08PmGQrF5IS7Yv9A?label=YouTube)](https://www.youtube.com/c/wppconnect)

## Installation

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically. **The project was developed in ReactJS**

## Change port backend

To change host and port, just access [config.js](/public/config.js).

And change the value of **window.IP_SERVER** & **window.IP_SOCKET_IO**

## Get Started
To run the project is very simple, just follow the steps below.

Clone the repository and open the unzipped project and run the following command in the terminal:

**Installing**

```jsx
yarn install
// or
npm install
```

**Running**

```jsx
yarn start
//or
npm start
```

## Features

- [x] Chat
- [x] Multisession
- [x] Receiving messages (real time)
- [x] Send messages (real time)
- [x] Choose session before sending message
- [x] Receive Images
- [x] Receive Audio
- [x] Receive Sticker
- [x] Send Images

## API

This site uses [this project](https://github.com/wppconnect-team/wppconnect-server/) to populate the data. Then you will need something similar to run the project successfully.

## Demo
![Peek 2021-05-29 00-05](https://user-images.githubusercontent.com/40338524/120056309-aa5b0180-c011-11eb-848b-94569c32a8c6.gif)