Skip to content
/ Kord-Ai Public

Introducing Kord-Ai, A WhatsApp bot that automates interactions on WhatsApp by executing predefined commands or responding to user inputs. It can handle tasks like sending messages, sharing media, and managing group activities, offering convenience and efficiency for users and businesses.

License

Notifications You must be signed in to change notification settings

M3264/Kord-Ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KORD-AI Whatsapp Bot ✨

  

Whatsapp


M3264 :: Visitor's Count

Introducing Kord-Ai, A WhatsApp bot that automates interactions on WhatsApp by executing predefined commands or responding to user inputs. It can handle tasks like sending messages, sharing media, and managing group activities, offering convenience and efficiency for users and businesses.

Version 1.6.0

How To Deploy?


  1. Get SESSION ID
  1. Star ⭐ repository & Click FORK

  2. DEPLOY IN HEROKU

Deploy


  1. DEPLOY IN REPLIT

DEPLOY


  1. DEPLOY IN KOYEB

DEPLOY


  1. DEPLOY IN GLITCH

DEPLOY


  1. DEPLOY TO CODESPACE

DEPLOY


  1. DEPLOY TO RENDER

DEPLOY

NOTE

  • After deploying on render, copy the bot url at the top left side of the render dashboard. then sign up on Betterstack, click Create Monitor, paste the url you copied and create!.

  1. DEPLOY TO RAILWAY

DEPLOY

Other Deploy Platforms Are Allowed e.g Bot-hosting.net and other panel



  1. Deploy on VPS or PC

  • You need to Install git,ffmpeg,curl,nodejs,yarn with pm2
    1. Install git ffmpeg curl

       sudo apt -y update &&  sudo apt -y upgrade 
       sudo apt -y install git ffmpeg curl imagemagick
      
    2. Install nodejs

      sudo apt -y remove nodejs
      curl -fsSl https://deb.nodesource.com/setup_lts.x | sudo bash - && sudo apt -y install nodejs
      
    3. Install yarn

      curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - 
      echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
      sudo apt -y update && sudo apt -y install yarn
      
    4. Install pm2

      sudo yarn global add pm2
      
    5. Clone Repo and install required packages

      git clone https://github.com/M3264/Kord-Ai
      cd Kord-Ai
       npm install
      
    6. Set your Config in the Config.js file: example below.

      OWNER_NUMBER="23412345689"
      SESSION_ID = "yoursessionid"
      OWNER_NAME = "M3264"
      PREFIX = ["."], for multiple use [".", "/"]
      MODE = "public"
      
      
    7. start and stop bot

      To start bot npm start, To stop bot npm stop

❗❗

--- - *Note That Kord-Ai Is A Bot Made by M3264, Not Whatsapp, Beware of how you use it!

Contact The Developer


About

Introducing Kord-Ai, A WhatsApp bot that automates interactions on WhatsApp by executing predefined commands or responding to user inputs. It can handle tasks like sending messages, sharing media, and managing group activities, offering convenience and efficiency for users and businesses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published