Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.41 KB

readme.md

File metadata and controls

70 lines (50 loc) · 1.41 KB

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