Kooossi / Venom-2

WhatsApp bug X Crash-Bot

Home Page:https://venom-2.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VENOM-2

Typing SVG

If you want to deploy somewhere else, upload your creds.json in session folder after getting pair code on replit.

1. Click Here to fork Venom-2

2. Click Here to Get Pair-Code

3. Click Here to Deploy on Panel

4. Deploy On Replit

Watch Tutorial videos.

  • YOUTUBE

COPY THESE COMMANDS AND PASTE IF YOU TRYING TO DEPLOY VENOM-2 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 Venom-2
yarn install 
npm start

Termux Deployment

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 Venom-2
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


🛡️ Windows Cmd & Vs 🛡️

> git clone https://github.com/DeeCeeXxx/Venom-2.git
> cd Venom-2
> yarn install
> npm start

Connect With Me



Development

About

WhatsApp bug X Crash-Bot

https://venom-2.vercel.app

License:Apache License 2.0


Languages

Language:JavaScript 99.8%Language:Dockerfile 0.2%Language:Procfile 0.0%