Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAFIA-MD

Typing SVG

✨ THE NEXT GEN WHATSAPP BOT ✨
BY EMPEROR SUKUNA



Visitor Count


✨ Features

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

⚙️ Deploy Easily

🔑 Get PAIR CODE

MAFIA MD PAIR


🚀 Fork This Repo


☁️ Deploy To Platforms


📦 Download the Bot File

Download Bot File


⚙️ Configuration .env File

SESSION_ID="MAFIA~MD~"
AUTO_READ_STATUS=true
STATUS_READ_MSG="*Status Seen By MAFIA-MD ⚡*"
AUTO_STATUS_REPLY=false
AUTO_REJECT_CALLS=false
MODE="public"
WELCOME=false
AUTO_READ_MESSAGES=false
AUTO_TYPING=false
OWNER_NAME="YOUR NAME"
OWNER_NUMBER="YOUR NUMBER"
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

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages