https://github.com/fuyukai/repo-notifier
A simple GitLab repository notifier for Slack
https://github.com/fuyukai/repo-notifier
Last synced: 3 months ago
JSON representation
A simple GitLab repository notifier for Slack
- Host: GitHub
- URL: https://github.com/fuyukai/repo-notifier
- Owner: Fuyukai
- Created: 2017-11-29T17:29:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T16:38:31.000Z (over 7 years ago)
- Last Synced: 2025-01-25T03:39:49.149Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Slack Repository Notifications
==============================Homepage_
This is a simple bot that receives incoming webhook data from GitLab and passes it to GitHub.
Setup
-----To set up the notifier, install the dependencies using Pipenv_::
$ pipenv install
Usage
-----To use the script, invoke ``server.py`` with your slack bot token as the first argument.
Optionally, you can provide a channel name as the second argument, otherwise it defaults to
``repo-report``... _Pipenv: https://docs.pipenv.org/
.. _Homepage: https://gitlab.com/Fuyukai/repo-notifier