https://github.com/platzidev/gitzi
Slack notifier project for Github issues.
https://github.com/platzidev/gitzi
Last synced: 9 months ago
JSON representation
Slack notifier project for Github issues.
- Host: GitHub
- URL: https://github.com/platzidev/gitzi
- Owner: PlatziDev
- Created: 2017-01-12T17:00:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T14:49:59.000Z (over 9 years ago)
- Last Synced: 2025-04-12T23:47:14.261Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitzi
v0.99
Slack notifier project for Github issues.
## Requirements
- Go > 1.5 (We tested Gitzi with Golang 1.7.4)
- (Glide)[https://github.com/Masterminds/glide]
## Installation
- Download from release file:
- Windows
- Linux
- OS x
- Create slack_users.yaml
- Example:
```yaml
users:
:
```
- Run
## Build
- `$ go get github.com/PlatziDev/gitzi`
- `$ cd $GOPATH/src/github.com/PlatziDev/gitzi`
- `$ glide install`
- `$ go build`
## Note
We on Platzi using Gitzi with two big repositories, right now we don't have problems managing the same secret with both
repos.