Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohsenfallahnjd/gitlabnotify
- Owner: mohsenfallahnjd
- Created: 2022-01-27T14:23:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T14:35:15.000Z (about 3 years ago)
- Last Synced: 2024-11-29T09:37:44.539Z (2 months ago)
- Topics: gitlab, javascript, merge, mergerequest, nodejs, notifiation, notifications, telegram-bot, telegram-bot-api
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😃