jonls / git-slack

Post Git push information from AMQP to Slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git-Slack

A daemon to post Git push information to Slack. It uses AMQP to obtain Git push information. The information must be sent to an AMQP server from the post-receive hook of the Git repositories. See jonls/amqp-post-receive for an example post-receive hook.

Configuration

The configuration is read from a simple YAML file. See config-example.yaml for an example. To load the configuration run:

$ git-slack --config config.yaml

About

Post Git push information from AMQP to Slack


Languages

Language:Python 100.0%