Hướng dẫn cài đặt GwenDev ZaloChat Bot
Yêu cầu hệ thống
- Node.js 16+
- MySQL 8.0+
- Git
Bước 1: Clone repository
`
bashgit clone https://github.com/gwendevz/GwenDev_ZaloChat.git
cd GwenDev_ZaloChat
`
Bước 2: Cài đặt dependencies
`
bashnpm install
`
Bước 3: Cấu hình
Chỉnh sửa file
App/Settings.js
:`
javascriptexport const settings = {
imei: "YOUR_IMEI",
userAgent: "YOUR_USER_AGENT"
};
`
Bước 4: Chạy bot
`
bashnode .
`