Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Izumi-v3 a simple Multi device Whatsapp Bot

Setup

  1. Get Session
    Session

For getting session in Indian number

  1. Termux


    Install Termux
  2. download termux and run the command

    pkg update && pkg install -y nodejs git && git clone https://github.com/sataniceypz/izumi-qr.git && cd izumi-qr && npm install && node index.js
    
  3. Fork This Repository


    FORK

Heroku

  1. Create account on Heroku


    Heroku
  2. Deploy on Heroku


    Deploy

Koyeb

  1. Create account on Koyeb


    Koyeb
  2. Get Koyeb api key

  3. Deploy on Koyeb


    Deploy

Railway

  1. Create account on Railway


    Koyeb
  2. Deploy on Railway


    Deploy

Render

  1. Create account on Render


    Heroku
  2. Deploy on Render


    Deploy
  3. Tutorial



  4. Deploy on Panel


    Deploy


RUN ON VPS/TERMUX

  1. Install packages
    apt update && apt upgrade -y && pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Ubuntu/ubuntu.sh && bash ubuntu.sh
    ./start-ubuntu.sh
    apt update && apt upgrade
    apt install sudo
    sudo apt install ffmpeg
    sudo apt install imagemagick
    sudo apt install yarn
    sudo apt install git
    sudo apt install curl
    sudo apt -y remove nodejs
    curl -fsSl https://deb.nodesource.com/setup_lts.x | sudo bash - && sudo apt -y install nodejs
    
  2. installation
    git clone https://github.com/sataniceypz/Izumi-v3
    cd Izumi-v3
    rm -rf package-lock.json
    
  3. Configuration
    echo "TERMUX = true
    SESSION_ID = izumi~NJrnzJyS
    PREFIX = .
    READ_MSG = false
    ALWAYS_ONLINE = false
    REJECT_CALL = false
    LOG_MSG = true
    SUDO = 917994489493
    AUTO_STATUS_VIEW = true" > config.env
    
  • Start
    npm install
    npm start
    
  • Stop
    pm2 delete izumi
    

THANKS TO

Downloads last month
23