Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashennethsara/alphax
WhatsApp Bot
https://github.com/ashennethsara/alphax
Last synced: about 2 months ago
JSON representation
WhatsApp Bot
- Host: GitHub
- URL: https://github.com/ashennethsara/alphax
- Owner: AshenNethsara
- License: mit
- Created: 2022-06-17T13:18:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T13:26:37.000Z (over 2 years ago)
- Last Synced: 2024-05-21T09:17:52.889Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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 start2. For Legacy
> npm run legacySCAN 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)