WUZAPI implements a multi user and multi device REST API for WhatsApp.
2.7K
WuzAPI é uma implementação da biblioteca @tulir/whatsmeow como um serviço RESTful API simples com suporte a múltiplos dispositivos e sessões concorrentes.
docker run -p 8080:8080 \
-e WUZAPI_ADMIN_TOKEN=seu_token \
-e DB_USER=wuzapi \
-e DB_PASSWORD=wuzapi \
-e DB_NAME=wuzapi \
-e DB_HOST=seu_host_postgres \
-e DB_PORT=5432 \
-v ./dbdata:/app/dbdata \
-v ./files:/app/files \
setupautomatizado/wuzapi-server
Content type
Image
Digest
sha256:b4f9271ed…
Size
76.4 MB
Last updated
over 1 year ago
docker pull setupautomatizado/wuzapi-server