2026-05-14 22:17:26 +03:00
2026-05-14 22:17:26 +03:00
2026-05-14 22:17:26 +03:00
2026-05-14 22:17:26 +03:00
2026-05-14 22:17:26 +03:00
2026-05-14 22:17:26 +03:00
2026-05-14 22:17:26 +03:00

AyrisTech WhatsApp Gateway

A simple WhatsApp Gateway worker using whatsapp-web.js and express.

Features

  • QR Code generation for authentication
  • Message sending via HTTP POST
  • Multi-user support via LocalAuth

Setup

  1. Clone the repository
  2. Run npm install
  3. Copy .env.example to .env and configure your settings
  4. Run npm start

API

Send Message

POST /send-message

{
  "secret": "your_webhook_secret",
  "userId": "unique_user_id",
  "to": "phone_number",
  "message": "your_message"
}
Description
No description provided
Readme 27 KiB
Languages
JavaScript 86.5%
Dockerfile 13.5%