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.
The bot supports the following webhook events:
- Push event
- Tag event
- Issue event
- Comment event
- Merge request event
- Wiki page event
- Pipeline event
- Job event
- Deployment event
- Group member event
- Subgroup event
- Feature flag event
- Release event
├── 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.