If you want to deploy somewhere else, upload your creds.json in session folder after getting pair code on replit.
COPY THESE COMMANDS AND PASTE IF YOU TRYING TO DEPLOY KITAKURAMBA ON ANY TERMINAL
sudo apt -y update && sudo apt -y upgrade
sudo apt -y install git ffmpeg curl
curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh
sudo -E bash nodesource_setup.sh
sudo apt-get install -y nodejs
sudo npm install -g yarn
sudo yarn global add pm2
git clone https://github.com/type-your-username-here/Venom-2
cd Kitakuramba
yarn install
npm start
termux-setup-storage
apt update
apt upgrade
pkg update && pkg upgrade
pkg install bash
pkg install libwebp
pkg install git -y
pkg install nodejs -y
pkg install ffmpeg -y
pkg install wget
pkg install yarn
git clone (copy and paste your forked repo link not mine to save changes your changes)
cd Kitakuramba
yarn install
npm start
- If you want Command For 24/7 (might no work)
npm i -g forever && forever index.js && forever save && forever logs
- Download ffmpeg and set the path
- Download wget and set the path
- Download Node.js
- Download Git
- Download Libwebp
> git clone https://github.com/DeeCeeXxx/Venom-2.git
> cd Kitakuramba
> yarn install
> npm start