Skip to content

BenNiks1/gitlab-telegram-bot

 
 

Repository files navigation

gitlab webhook telegram bot

Simple gitlab telegram bot that listen to gitlab webhooks and send each event to the authenticated chats

https://core.telegram.org/bots

Create a new bot https://core.telegram.org/bots#create-a-new-bot and then copy the token to the token file.

Requirements

Only work with python3

How to use

  1. Change the authmsg file with some secret keyworld
  2. Run the app.py in your server
  3. Create a webhook in your gitlab project that points to http://yourserver:10111/
  4. Talk to your bot and write only the keyworld
  5. You will receive each event in your repo

About

Simple gitlab telegram bot that listen webhooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Dockerfile 1.7%
  • Shell 1.3%