Skip to content

SCxVBS/wa-bot-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WA-Bot Store

Made with Node.js Baileys License Telegram Channel WhatsApp Channel

Bot WhatsApp sederhana dengan fitur lengkap untuk kebutuhan grup dan bisnis. Mendukung manajemen list,

Fitur

  • 📋 List/Produk: Tambah, hapus, update, dan tampilkan list dengan gambar
  • 🛡️ Anti-Link: Hapus otomatis pesan berisi link
  • 🛠 Manajemen Grup: Add, kick, hidetag, buka/tutup grup
  • 🎨 Stiker: Buat stiker dari gambar/video
  • 🔗 Link Grup: Dapatkan link dengan cepat
  • 🧩 Mendukung prefix atau tanpa prefix

Persyaratan

  • VPS (Ubuntu/Debian)
  • Node.js v16+
  • RAM minimal 1GB
  • Koneksi internet stabil

Instalasi

1. Persiapan

# Update dan install dependencies
sudo apt update && sudo apt upgrade -y
sudo apt install -y git curl wget ffmpeg imagemagick webp nodejs npm

2. Clone Repository

# Download script
git clone https://github.com/SCxVBS/wa-bot-store.git
cd wa-bot-store

3. Install Dependencies

npm install --legacy-peer-deps

4. Konfigurasi

Edit file index.js:

const config = {
  name: 'WA-Bot',           // Nama bot
  owner: {
    name: 'Nama Owner',     // Nama kamu
    number: '62xxxxxxxxxx', // Format 62xxx
    numberWithoutPrefix: '08xxxxxxxxxx', // Format 0xxx
  },
  prefix: '.',
  logoPath: path.join(__dirname, 'assets', 'images', 'logo.jpg'), // Logo lokal
  sessionName: 'wabot-session',
};

5. Jalankan Bot

npm start

Scan QR Code yang muncul dengan WhatsApp.

6. Jalankan di Background

npm install -g pm2
pm2 start index.js --name "wa-bot"
pm2 startup
pm2 save

Perintah Bot

Umum

Perintah Fungsi
.owner Info owner bot
.list Lihat semua list
.s atau .stiker Buat stiker
.linkgc Link invite grup
.menu Lihat semua perintah

Admin/Owner

Perintah Fungsi
.addlist nama|isi Tambah list baru
.dellist nama Hapus list
.updatelist nama|isi_baru Update list
.renamelist nama_lama|nama_baru Ganti nama list
.antilink on/off Atur anti-link
.add nomor Tambah member
.h atau .hidetag pesan Mention semua member
.kick @tag Keluarkan member
.open Buka grup
.close Tutup grup

Troubleshooting

Bot tidak connect:

rm -rf session
npm start

Error module tidak ditemukan:

npm install --legacy-peer-deps

QR Code tidak muncul:

node -v  # Pastikan versi 16+
# Update jika perlu:
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs

Kontak

Telegram WhatsApp

Lisensi

MIT License

Disclaimer

Bot ini dibuat untuk tujuan edukasi dan memudahkan pengelolaan bisnis. Penggunaan bot WhatsApp harus mengikuti ketentuan dari WhatsApp. Pengembang tidak bertanggung jawab atas penyalahgunaan bot ini.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •