An open API service indexing awesome lists of open source software.

https://github.com/theykk/telegram-gitlab

Telegram bot that sends messages about your Gitlab CI job status
https://github.com/theykk/telegram-gitlab

bot gitlab telegram webhook

Last synced: about 1 month ago
JSON representation

Telegram bot that sends messages about your Gitlab CI job status

Awesome Lists containing this project

README

        

# Gitlab runner telagram bot

This bot send gitlab runner job status to telegram

![TelegramBot](./telegrambot.png)

## Building binary

Download depencies

```bash
go mod vendor #or
go get
```

## Configure

Copy `config_example.yml` to `config.yml` edit telegram token , webhook secret and chat id.

Add webhook to gitlab

![Webhook](./webhook.png)