Stalker-moment / TeleBot-Bin

Chatbot Telegram can control IoT via API/endpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeleBot Bin

Installation

Windows

This Repo Connected With Other Repo

Cloning this repo

> git clone https://github.com/Stalker-moment/TeleBot-Bin/
> cd TeleBot-Bin

Install the package

> npm i

Edit config file

Edit the required value in config.json. You can get the apikey at LoL Human Rest API. And get bot token at @BotFather.

{
    "apikey": "",
    "bot_token": "",
    "owner": "Tier Sinyo",
    "ownerLink": "https://t.me/username",
    "version": "1.0.0",
    "prefix": "/"
}

Run the bot

> npm start

Thanks To

About

Chatbot Telegram can control IoT via API/endpoint


Languages

Language:JavaScript 100.0%