Skip to content

TierKun/Telegram-Bot-IoT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-Bot-IoT

Chatbot Telegram can control IoT via API/endpoint

Installation

Connect To Project

other integration

Windows

Cloning this repo

> git clone https://github.com/TierKun/Telegram-Bot-IoT
> cd Telegram-Bot-IoT

Install the package

> npm i

Edit config file

Edit the required value in config.json. You can get the token blynk at blynk.cloud. And get bot token at @BotFather.

  {
    "bot_token": "56xxxxx:jfrsjxxxxxxx", 
    "blynk_token": "VqR5Pyexxxxxxxxxxxxxxxxxx", 
    "blynk_server": "sgp1.blynk.cloud",
    "on_value": "1",
    "off_value": "0",
    "owner": "Tier Sinyo",
    "ownerLink": "https://t.me/TierkunDev",
    "version": "1.1.0",
  {

Run the bot

> npm start

Stop the bot

> ctrl + c 

Thanks To

About

Chatbot Telegram can control IoT via API/endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors