/gitlabnotify

Get gitlab merge requests notification on your telegram

Primary LanguageJavaScript

gitlabNotify

For start using this, you should get telegram bot token from @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 and enjoy 😃