EX-KRIZ / Case-WA-MD

Example case from my Rest APIs for WhatsApp Multi Device Bot

Home Page:https://api.lolhuman.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoL Human Case Rest API WA MD Bot

Installation

Termux

> pkg update && pkg upgrade
> pkg install git -y
> pkg install nodejs -y
> pkg install ffmpeg -y

Windows

Linux

> apt-get update && apt-get upgrade
> apt install git -y
> apt install nodejs -y
> apt install ffmpeg -y

Cloning this repo

> git clone https://github.com/LoL-Human/Case-WA-MD.git
> cd Case-WA-MD

Install the package

> npm i

Edit config file

  1. Rename config.json.example to config.json
  2. Edit the required value in config.json. You can get the apikey at LoL Human Rest API.
{
    "botName": "LoL Human Bot", // name of bot
    "ownerName": "LoL Human", // owner name, you should add your name
    "ownerNumber": ["62895418200111@s.whatsapp.net"], // owner number, you should add your number
    "sessionName": "lolhuman", // will be lolhuman-session
    "apikey": "" // get apikey on my website (https://api.lolhuman.xyz/)
}

Run the bot

> npm start

Note:

  • You can help me add case by doing pull requests.

Thanks To

About

Example case from my Rest APIs for WhatsApp Multi Device Bot

https://api.lolhuman.xyz

License:Apache License 2.0


Languages

Language:JavaScript 100.0%