https://github.com/pringgojs/waweb-multi-device
https://github.com/pringgojs/waweb-multi-device
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pringgojs/waweb-multi-device
- Owner: pringgojs
- Created: 2022-04-12T07:51:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T11:52:50.000Z (over 2 years ago)
- Last Synced: 2025-10-09T22:14:19.393Z (10 months ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Staterkit Whatsapp web API
This project serves as a starter kit for a Whatsapp web forwarder. In explanation, the project forwards messages from Whatsapp web to the backend, allowing further processing according to specific needs. As we are aware, to leverage the Whatsapp API, one typically needs to subscribe with META as the owner of Whatsapp or collaborate with third-party entities such as Twilio and others. The project utilizes the library from https://github.com/pedroslopez/whatsapp-web.js. Thank you
## Installation
- Run `git clone `.
- Run `npm install`.
- Copy the configuration file from the `config/config.env.example` folder and rename it to `config.env`
- Complete the `URL_ENDPOINT` according to the backend URL.
- Run `npm run start` to initiate the process.
- Scan the Whatsapp QR Code displayed on the screen.
- The application is ready for use.
## Fitur
- Receive text messages
- Receive multimedia messages
- API to send text messages
- WIP: API to send multimedia messages