Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danitechid/wabot-ai
- Owner: danitechid
- License: isc
- Created: 2023-10-05T01:18:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T13:44:07.000Z (over 1 year ago)
- Last Synced: 2024-04-10T18:14:23.185Z (11 months ago)
- Topics: baileys, baileys-bot, baileys-md, bot-wa, nodejs, wa-bot, wabot-md, whatsapp-bot, whatsapp-bot-md, whiskeysockets
- Language: JavaScript
- Homepage: https://www.danitechno.com
- Size: 10.7 KB
- Stars: 13
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```