Chatbot Telegram can control IoT via API/endpoint
> git clone https://github.com/TierKun/Telegram-Bot-IoT
> cd Telegram-Bot-IoT> npm iEdit 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",
{
> npm start> ctrl + c