Vall-Afk / chika-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHIKA BOT

RequirementsInstallationThanks to Official Group BotDonate

        


Chika-Bot

Information

ChikaBot ialah recode base dari Xinz-bot

Bugs and Tester

  • Jika kamu menemukan bug jangan lupa buka Issues
  • Info Lebih Lanjut, Chat owner-chika
  • Kamu bisa testing fitur Chika-Bot disini

Requirements

  • Node.js
  • Git
  • FFmpeg (for sticker command)
  • Lolhuman Api, Regist on this and get a free APIKEY
  • Aqulz Api, Regist on this and get a free APIKEY
  • Image Magic ( for nulis command, Centang Kolom 1,2,3,5,6)

Instalasi

For Windows

git clone https://github.com/rashidsiregar28/chika-bot.git
cd chika-bot
npm install
node main

For Termux

termux-setup-storage
pkg update && pkg upgrade
pkg install nodejs git ffmpeg imagemagick
git clone https://github.com/rashidsiregar28/chika-bot.git
cd chika-bot
npm install
node main

For VPS

apt install nodejs git ffmpeg imagemagick
git clone https://github.com/rashidsiregar28/chika-bot.git
cd chika-bot
npm install
node main

Edit file

Installing the FFmpeg for Windows

  • Unduh salah satu versi FFmpeg yang tersedia dengan mengklik di sini.
  • Extract file ke C:\ path.
  • Ganti nama folder yang telah di-extract menjadi ffmpeg.
  • Run Command Prompt as Administrator.
  • Jalankan perintah berikut::
> setx /m PATH "C:\ffmpeg\bin;%PATH%"

Jika berhasil, akan memberikanmu pesan seperti: SUCCESS: specified value was saved.

  • Sekarang setelah Anda menginstal FFmpeg, verifikasi bahwa itu berhasil dengan menjalankan perintah ini untuk melihat versi:
> ffmpeg -version

Donate

Official Group

Thanks to

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%