https://github.com/jonls/git-slack
Post Git push information from AMQP to Slack
https://github.com/jonls/git-slack
Last synced: 3 days ago
JSON representation
Post Git push information from AMQP to Slack
- Host: GitHub
- URL: https://github.com/jonls/git-slack
- Owner: jonls
- Created: 2015-03-03T05:14:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T21:46:31.000Z (over 11 years ago)
- Last Synced: 2025-11-09T03:29:44.986Z (8 months ago)
- Language: Python
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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.
.. _jonls/amqp-post-receive: https://github.com/jonls/amqp-post-receive
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
.. _config-example.yaml: config-example.yaml