/telegram-bot-gitlab

This is a bot for Telegram that can be used to receive webhook notifications from Gitlab. It is built with the Next.js API.

Primary LanguageTypeScript

Telegram Bot for Gitlab Webhook 🦉

telegram-preview

Note

This project is still in development. Just relax 🙂

This is a bot for Telegram that can be used to receive webhook notifications from Gitlab. It is built with the Next.js API.

Webhook Events

The bot supports the following webhook events:

Folder Structure

├── README.md
├── pages
│   ├── api
│   │   └── gitlab # Gitlab webhook receiver
├── utils
│   ├── gitlab
│   │   ├── [event].ts # Event handler
│   │   ├── index.ts
│   ├── telegram.ts # Telegram bot
├── .env.example # Environment variables

Change the .env.example file to .env and fill in the variables.