04f18ef2a8c935ff1faee12570d4ef4d2af05dfa
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
✅ All Original Commands - Full command handler support
Installation
npm install
#FIRST WORKING VERSION!! Or manually sync later
curl -X POST http://localhost:3000/api/sync \
-H "X-API-Key: VERY_STRONG_API_KEY_12345" \
-H "Content-Type: application/json" \
-d '{"contacts":true,"chats":true}'
Description
Languages
JavaScript
83.1%
Shell
10.3%
Dockerfile
6.6%