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

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

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