Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohsenfallahnjd/gitlabnotify

Get gitlab merge requests notification on your telegram
https://github.com/mohsenfallahnjd/gitlabnotify

gitlab javascript merge mergerequest nodejs notifiation notifications telegram-bot telegram-bot-api

Last synced: 12 days ago
JSON representation

Get gitlab merge requests notification on your telegram

Awesome Lists containing this project

README

        

# gitlabNotify

For start using this, you should get telegram bot token from [@BotFather](https://t.me/BotFather) and replace with `telegram_bot_token` on `./config.json`. Then you set other information like `gitlab_host_address`, `gitlab_access_token`, `your_projects_group_id`.

---
## Install dependencies
### Use this command to install dependencies:
yarn install
---
## Run
### Use this command to run:
node index.js
---
You can run this with [pm2](https://pm2.keymetrics.io/) and enjoy 😃