Tour 08908d80d5 go
2025-12-06 20:28:38 +01:00
2025-12-06 18:58:29 +01:00
aaa
2025-12-06 19:12:24 +01:00
2025-12-06 19:36:46 +01:00
2025-12-06 18:58:29 +01:00
web
2025-12-06 20:22:17 +01:00
go
2025-12-06 20:28:38 +01:00
go
2025-12-06 20:24:29 +01:00
2025-12-06 18:58:29 +01:00
web
2025-12-06 19:24:10 +01:00
2025-12-06 19:36:46 +01:00
go
2025-12-06 20:23:48 +01:00
2025-12-06 19:37:12 +01:00

WhatsApp Web.js Server

Complete WhatsApp automation server with REST API, WebSocket, and SQLite storage.

Features

REST API - Send messages, retrieve contacts/chats/messages WebSocket - Real-time event streaming SQLite - Persistent storage for all data Media Storage - Automatic media file handling Authentication - API key protection QR Code Web UI - Easy WhatsApp authentication via browser All Original Commands - Full command handler support

Quick Start

Local Development

npm install
npm start

Visit http://localhost:3001/qr to scan the WhatsApp QR code.

Docker Deployment

docker-compose up -d --build

Visit http://your-server:3001/qr to authenticate WhatsApp.

QR Code Authentication - Web-UI

The server provides a web interface for easy WhatsApp authentication:

  • URL: http://localhost:3001/qr
  • Features:
    • Real-time QR code display
    • Live connection status updates
    • Auto-refresh on new QR codes
    • Mobile-friendly design

The QR code is also printed in the console logs for terminal access.

Description
No description provided
Readme 190 KiB
Languages
JavaScript 92.7%
Dockerfile 7.3%