Skip to content

alvisx/yandex-cloud-status-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yandex Cloud Status Telegram Bot

Bot monitors status.cloud.yandex.ru for new unresolved incidents and sends alerts to specified Telegram chat or group.

Original Yandex Cloud Status Telegram channel - https://t.me/YandexCloudStatus

How to use

Create your own Telegram bot with BotFather

Clone this repository

Install dependencies

npm i

Create .env file in project directory with content like this:

TELEGRAM_API_KEY=<YOUR_TELEGRAM_BOT_API_KEY>
CHAT_ID=@YandexCloudStatus
YANDEX_API_REQUEST_INTERVAL=15000

Run index.js

node index.js

or use process manager

pm2 start index.js --name yandex-cloud-status-bot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published