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.
- Get
SESSION ID
- Web: Click Here
- Telegram Bot: Click Here
- Any one of the links above can be used
-
Star ⭐
repository & ClickFORK
- 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!.
- Bot File: Click HERE
- You need to Install git,ffmpeg,curl,nodejs,yarn with pm2
-
Install git ffmpeg curl
sudo apt -y update && sudo apt -y upgrade sudo apt -y install git ffmpeg curl imagemagick
-
Install nodejs
sudo apt -y remove nodejs curl -fsSl https://deb.nodesource.com/setup_lts.x | sudo bash - && sudo apt -y install nodejs
-
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
-
Install pm2
sudo yarn global add pm2
-
Clone Repo and install required packages
git clone https://github.com/M3264/Kord-Ai cd Kord-Ai npm install
-
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"
-
start and stop bot
To start bot
npm start
, To stop botnpm stop
-
-
Telegram: https://t.me/M32669
-
Join the Whatsapp Channel
-
Star ⭐ repo if you like this bot.