Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashennethsara/alphax

WhatsApp Bot
https://github.com/ashennethsara/alphax

Last synced: about 2 months ago
JSON representation

WhatsApp Bot

Awesome Lists containing this project

README

        


nz

## Killua-Zoldyck

> Example case from Zenz Rest APIs for WhatsApp Bot

> User must have zenz apikey to use this repo, register [here](https://zenzapis.xyz/) 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`](https://git-scm.com/downloads)
* Download & Install NodeJS [`Click here`](https://nodejs.org/en/download)
* Download & Install FFmpeg [`Click here`](https://ffmpeg.org/download.html)

```bash
Add FFmpeg to PATH environment variable
```

```bash
> 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`](https://f-droid.org/repo/com.termux_118.apk)

```bash
> 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
```bash
"APIs": {
"zenz": "https://zenzapis.xyz",
"apikey": "YOURAPIKEY"
},
"owner": [
"62812xxx"
],
```

Start BOT
```bash
1. For Multi Device
> npm run start

2. For Legacy
> npm run legacy

SCAN THE QR USING YOUR WHATSAPP!
```

---

Heroku Deployment

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

Requirements:
* NodeJS buildpack
* FFmpeg buildpack https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git

---

## Thanks To
* [`@adiwajshing/baileys`](https://github.com/adiwajshing/baileys)
* [`Mhankbarbar`](https://github.com/MhankBarBar)
* [`DikaArdnt`](https://github.com/DikaArdnt)
* [`Faizbastomi`](https://github.com/FaizBastomi)

License: [MIT](https://en.wikipedia.org/wiki/MIT_License)