Skip to content

NUM4NKHANX/Venom-2

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%