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.
- Host: GitHub
- URL: https://github.com/wppconnect-team/wppconnect-frontend
- Owner: wppconnect-team
- License: apache-2.0
- Archived: true
- Created: 2021-03-18T19:37:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T15:12:59.000Z (over 1 year ago)
- Last Synced: 2024-10-30T05:41:25.405Z (11 months ago)
- Topics: whatsapp, whatsapp-api, whatsapp-bot, whatsapp-chat, whatsapp-web, wppconnect, wppconnect-frontend
- Language: JavaScript
- Homepage:
- Size: 9.55 MB
- Stars: 233
- Watchers: 11
- Forks: 84
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
[](https://discord.gg/JU5JGGKGNG)
[](https://t.me/wppconnect)
[](https://chat.whatsapp.com/LJaQu6ZyNvnBPNAVRbX00K)
[](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
