https://github.com/danitechid/wabot-nodejs
WhatsApp BOT - NodeJs
https://github.com/danitechid/wabot-nodejs
baileys baileys-bot baileys-md botwa multi-device nodejs wabot wabot-md whatsapp-bot
Last synced: 3 months ago
JSON representation
WhatsApp BOT - NodeJs
- Host: GitHub
- URL: https://github.com/danitechid/wabot-nodejs
- Owner: danitechid
- License: isc
- Created: 2023-10-09T21:26:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T11:16:14.000Z (about 2 years ago)
- Last Synced: 2025-03-30T22:32:11.856Z (9 months ago)
- Topics: baileys, baileys-bot, baileys-md, botwa, multi-device, nodejs, wabot, wabot-md, whatsapp-bot
- Language: JavaScript
- Homepage: https://api.danitechno.com
- Size: 1.26 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# WhatsApp BOT - NodeJs
## Fitur
1. Artificial Intelligence
2. Downloader
3. Searcher
4. Stalker
5. Maker
6. Random Image
7. URL Shortener
8. Converter
9. Islamic
10. Tools
11. Authentication
12. Owner/Admin
## Instalasi
### Instal/clone proyek
```bash
git clone https://github.com/danitechid/wabot-nodejs.git
```
### Pimdah Direktori (CD)
```bash
cd wabot-nodejs
```
### MongoDb
#### Buat akun dan database MongoDb
Daftar dan buat database dan dapatkan MongoDb URI: https://mongodb.com
#### Edit ./config/mainConfig.js > mongodb_uri
```javascript
mongodb_uri: 'Your_MongoDb_URI', // Register here: https://mongodb.com/#sign-up
```
### Application Programming Interface (API)
#### Dapatkan Kunci API
Daftar dan dapatkan kunci API: https://api.danitechno.com
#### Edit ./config/mainConfig.js > api
```javascript
api: {
...
key: 'Your_API_key' // Register here: https://daniapi.my.id/#sign-up
}
```
### Instal dependensi
#### Npm
```bash
npm install
```
#### Yarn
```bash
yarn install
```
### Jalankan server
#### Npm
```bash
npm run start
```
#### Yarn
```bash
yarn run start
```
#### Node
```bash
node run start
```
#### Bun
```bash
bun run start
```