Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 506 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 506 Bytes

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 😃