https://github.com/dani-techno/wa-bot-base
WhatsApp Bot Base - Baileys & ForestAPI
https://github.com/dani-techno/wa-bot-base
baileys forestapi nodejs whatsapp-bot
Last synced: 2 months ago
JSON representation
WhatsApp Bot Base - Baileys & ForestAPI
- Host: GitHub
- URL: https://github.com/dani-techno/wa-bot-base
- Owner: dani-techno
- License: isc
- Created: 2025-02-02T02:58:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T07:05:21.000Z (3 months ago)
- Last Synced: 2025-03-04T07:37:23.034Z (3 months ago)
- Topics: baileys, forestapi, nodejs, whatsapp-bot
- Language: JavaScript
- Homepage: https://forestapi.web.id
- Size: 972 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## WhatsApp Bot Base - Baileys
## Fitur
* Total Features
* Whoami
* Text
* Temporary Msg [text, milliseconds]
* Image
* Video
* Gif
* Audio
* Vn
* Document
* Location
* Contact
* Reaction
* Owner Menu
* Owner Number
* Self Mode
* Public Mode## Instalasi
### Instal Perangkat Lunak/Paket-Paket
#### Untuk Linux
```bash
sudo apt-get install nodejs
sudo apt-get install git
sudo apt-get install yarn
```#### Untuk Windows
```bash
choco install nodejs
choco install git
choco install yarn
```#### Untuk MacOS
```bash
brew install node
brew install git
brew install yarn
```#### Untuk Android (Termux)
```bash
pkg install nodejs
pkg install git
pkg install yarn
```### Download/Klon Proyek
```bash
git clone https://github.com/dani-techno/wa-bot-base.git
```### Pindah Direktori (CD)
```bash
cd wa-bot-base
```### Application Programming Interface (API)
#### Dapatkan Kunci API
Daftar dan dapatkan kunci API:
https://forestapi.web.id#### Edit ./config.js > api
```javascript
api: {
...
secret_key: 'Your-API-Key' // Masukan API Key dari ForestAPI disini
}
```### Instal Dependensi
#### Menggunakan Npm
```bash
npm install
```
#### Atau Menggunakan Yarn
```bash
yarn install
```### Instal Nodemon
#### Menggunakan Npm
```bash
npm install nodemon -g
```
#### Atau Menggunakan Yarn
```bash
yarn install nodemon -g
```### Jalankan Server
#### Menggunakan Npm
```bash
npm run start
```#### Atau Menggunakan Yarn
```bash
yarn run start
```#### Atau Menggunakan Node
```bash
node run start
```#### Atau Menggunakan Bun
```bash
bun run start
```### Jalankan Server (Auto Restart)
#### Menggunakan Nodemon
```bash
nodemon run start
```## Informasi
* Pembuat / Pengembang: Dani Technology - Full Stack Developer & Software Engineer
* Kontak Pembuat / Pengembang: +62 838-3499-4479 or +62 823-2066-7363 (WhatsApp), [email protected] (Email)## Terimakasih Kepada
* Dani Technology - Full Stack Developer & Software Engineer (Pembuat / Pengembang)
* ForestAPI | forestapi.web.id (Penyedia API)
* @whiskeysockets/baileys (Penyedia Library "Baileys")