Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danitechid/wabot-ai

WhatsApp BOT - Artificial Intelligence
https://github.com/danitechid/wabot-ai

baileys baileys-bot baileys-md bot-wa nodejs wa-bot wabot-md whatsapp-bot whatsapp-bot-md whiskeysockets

Last synced: 3 months ago
JSON representation

WhatsApp BOT - Artificial Intelligence

Awesome Lists containing this project

README

        

# WhatsApp BOT - Kecerdasan Buatan
## Fitur
`1. ChatGPT-3.5-Turbo`

`2. Google Bard`

`3. SimSimi`

`4. ChattyAI`

## Instalasi
### Clone repo
```bash
git clone https://github.com/danitechid/wabot-ai.git
```

### Arahkan path
```bash
cd wabot-ai
```

### Instal dependensi
#### Gunakan Npm
```bash
npm install
```
#### Gunakan Yarn
```bash
yarn install
```

### Dapatkan Kunci API
Daftar dan dapatkan kunci API: https://api.danitechno.com

### Edit ./config/mainConfig.json
```json
"api": {
"url": "https://api.danitechno.com",
"key": "kunci-rahasiamu"
}
```

### Jalankan server
```bash
npm run start
```