sorokinmax / tfs-telbot

tfs-telbot forwards events from Azure DevOps to Telegram.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tfs-telbot

Prerequisites

I didn't find a working solution for forwarding Azure DevOps Webhooks to Telegram, so I wrote my own.

Description

tfs-telbot has endpoints for catching Azure DevOps Webhooks. Upon receipt, the event is converted to an "edible" format for the Telegram API and sent to the specified notification channel.

**This project is under development. ** Now the application can handle the following webhooks:

  • Build completed
  • Release deployment completed

I plan to add processing of workitems-related webhooks soon.

Usage

  1. Compile source code or use ready image from DockerHub
  2. Configure the config.yml file using the example.

About

tfs-telbot forwards events from Azure DevOps to Telegram.

License:MIT License


Languages

Language:Go 99.5%Language:Dockerfile 0.5%