Skip to content

Dorcas-dodo/INCONNU-XD-V1

 
 

Repository files navigation

Typing SVG

✨ THE NEXT GEN WHATSAPP BOT ✨
BY INCONNU BOY



Visitor Count


✨ Features

  • ✅ QR Code Generator for WhatsApp Pairing
  • ✅ Session Sharing System
  • ✅ Fully Open Source
  • ✅ Auto QR to DM
  • ✅ Session ID Generator (INCONNU-SESSION-ID)
  • ✅ Multi Deploy Options (Render, Heroku, Koyeb, etc.)

⚙️ Deploy Easily

🔑 Get Your Session ID (1)

INCONNU XD SESSION SERVE 1

🔑 Get Your Session ID (2)

INCONNU XD SESSION SERVE 2


🚀 Fork This Repo


☁️ Deploy To Platforms


📦 Download the Bot File

Download Bot File


⚙️ Configuration .env File

SESSION_ID="INCONNU~XD~"
AUTO_READ_STATUS=true
STATUS_READ_MSG="*Status Seen By INCONNU-XD ⚡*"
AUTO_STATUS_REPLY=false
AUTO_REJECT_CALLS=false
MODE="public"
WELCOME=false
AUTO_READ_MESSAGES=false
AUTO_TYPING=false
OWNER_NAME="INCONNU BOY"
OWNER_NUMBER="554488138425"
AUTO_RECORDING=false
ALWAYS_ONLINE=false
AUTO_BLOCK=true
AUTO_REACT=false
PREFIX="."

name: Node.js CI

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main
  schedule:
    - cron: '0 */6 * * *'  

jobs:
  build:

    runs-on: ubuntu-latest

    strategy:
      matrix:
        node-version: [20.x]

    steps:
    - name: Checkout repository
      uses: actions/checkout@v3

    - name: Set up Node.js
      uses: actions/setup-node@v3
      with:
        node-version: ${{ matrix.node-version }}

    - name: Install dependencies
      run: npm install

    - name: Install FFmpeg
      run: sudo apt-get install -y ffmpeg

    - name: Start application with timeout
      run: |
        timeout 21590s npm start  # Limite l'exécution à 5h 59m 50s

    - name: Save state (Optional)
      run: |
        ./save_state.sh

About

INCONNU XD V1 — Your all-in-one WhatsApp Multi-Device Bot! Fast ⚡ | Simple ✅ | Fun & Useful Tools 🛠️ Stickers, AI Chat, Downloads, Anime & more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.9%
  • Other 0.1%