A Dockerized Node.js wrapper around wwebjs to expose a simple and secure REST API for WhatsApp web
444
A Dockerized Node.js wrapper around wwebjs to expose a simple and secure REST API for managing WhatsApp sessions and interactions.
repo: https://github.com/balmacefa/whatsapp_web_client_api
SWAGGER UI WEEBHOOK NOTIFICATIONS
Client Management
Messaging
QR Code Authentication
Contacts & Chats
Security
Bearer token in the Authorization headerValidation
celebrate and Joi for body and parameter checksDocumentation
Run this image using:
Pull version 1.0.5
docker pull balmacefa/whatsapp_web_client_api:1.0.5
Create a pod for version 1.0.5
docker run -p 3000:3000 \
-e PORT=3000 \
-e API_KEYS=supersecretkey \
-e PROD_HOST=http://localhost:3000 \
-v ~/whatsapp-data:/app/data \
balmacefa/whatsapp_web_client_api:1.0.5
Pull latest
docker pull balmacefa/whatsapp_web_client_api:latest
Run latest
docker run -p 3000:3000 -e PORT=3000 -e API_KEYS=supersecretkey -e PROD_HOST=http://localhost:3000 balmacefa/whatsapp_web_client_api:latest
Content type
Image
Digest
sha256:1713286fa…
Size
1.5 GB
Last updated
10 months ago
docker pull balmacefa/whatsapp_web_client_api