39 lines
550 B
Markdown
39 lines
550 B
Markdown
Sample config file
|
|
```json
|
|
{
|
|
"base_url": "https://cpone.aplikasi.web.id/one-api/",
|
|
// Setiap 2 menit dari jam 6 sampai 20
|
|
"schedule": [
|
|
"*/2 6-20 * * *"
|
|
],
|
|
"delay": 5,
|
|
"row_per_batch": 50,
|
|
"startDate": "2023-08-01", //yyyy-mm-dd tanggal data dicari dimulai
|
|
"endDate": "2025-12-30", //yyyy-mm-dd tanggal data dicari berakhir
|
|
}
|
|
```
|
|
|
|
Install Dependencies
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
Build the source
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
Compile
|
|
```bash
|
|
npm run compile
|
|
```
|
|
|
|
Run
|
|
```bash
|
|
npm run start
|
|
```
|
|
|
|
Run Script
|
|
```
|
|
node .\dist\gw-wa.js
|
|
``` |