Skip to content

Example case from my Rest APIs for WhatsApp Multi Device Bot

Notifications You must be signed in to change notification settings

LoL-Human/Case-WA-MD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": ["[email protected]"], // 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published