Files
wapp/README.md
2025-12-06 18:58:29 +01:00

719 B

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}'