Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 890 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 890 Bytes

Gotify Telegram Bot

A Gotify client that broadcast notifications to a specific Telegram Bot (user driven) thats talk to a specific Telegram user.

Features

  • Broadcast Gotify notifications to Telegram
  • Telegram Bot for control Gotify Server (user driven)
  • Posibillity to send notifications to Gotify
  • Receive notifications of multi gotify servers on same Telegram Bot

Requirements

  • Gotify deployment
  • Gotify Client Token
  • (Optional) Gotify App Token
  • Telegram Bot Token [gen with @BotFather]
  • Telegram Chat ID [for receive notifications]

Environment Variables

To run this project, you will need to add the following environment variables. One way to setup this variables its using docker-compose for deployment.

  • GOTIFY_URL

  • GOTIFY_PORT

  • GOTIFY_CLIENT_TOKEN

  • GOTIFY_APP_TOKEN

  • TELEGRAM_TOKEN

  • TELEGRAM_CHAT_ID

Instructions

TODO