4258392a479dfbde4cc0476c24d921c9b26eae8b
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
- Clone the repository
- Run
npm install - Copy
.env.exampleto.envand configure your settings - Run
npm start
API
Send Message
POST /send-message
{
"secret": "your_webhook_secret",
"userId": "unique_user_id",
"to": "phone_number",
"message": "your_message"
}
Description
Languages
JavaScript
86.5%
Dockerfile
13.5%