Example case from Zenz Rest APIs for WhatsApp Bot
User must have zenz apikey to use this repo, register here to get apikey
This Script WhatsApp Bot Using Library Baileys & Script is free for everyone, not for Sale!
Windows Installation
Requirements:
- Download & Install Git
Click here
- Download & Install NodeJS
Click here
- Download & Install FFmpeg
Click here
Add FFmpeg to PATH environment variable
> git clone https://github.com/zhwzein/Killua-Zoldyck
> cd Killua-Zoldyck
> npm install
Termux Installation
Use Termux application from F-Droid, here is the link: https://f-droid.org/en/packages/com.termux/. Google Play variant is deprecated, doesn't receive updates and contains issues as well as outdated repository URLs.
- Download & Install Termux
Click here
> apt update && apt upgrade
> apt install git -y
> apt install nodejs -y
> apt install ffmpeg -y
> git clone https://github.com/ashennethsara/alphax
> cd Killua-Zoldyck
> pkg install yarn
> yarn add @adiwajshing/baileys
> yarn
Edit config.json
"APIs": {
"zenz": "https://zenzapis.xyz",
"apikey": "YOURAPIKEY"
},
"owner": [
"62812xxx"
],
Start BOT
1. For Multi Device
> npm run start
2. For Legacy
> npm run legacy
SCAN THE QR USING YOUR WHATSAPP!
Heroku Deployment
Requirements:
- NodeJS buildpack
- FFmpeg buildpack https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
License: MIT