Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 787 Bytes

hastic-telegram-bot

Tool for delivering notifications from Hastic webhooks to Telegram

Getting started

image

Config example

{
  "port": "12345",
  "host": "127.0.0.1",
  "chatIds": {
    // "<endpoint>": "<chat_id>"
    "/": "1234567890123",
    "/test": "-1234567890123"
  },
  "token": "123456789:AAHqa17QIUJ3fG42VfzrYg1egJ1pKEUcujE"
}