https://github.com/sdslabs/slack-github
A webhook for GitHub that posts to your slack chat using an Incoming Webhook integration in slack.
https://github.com/sdslabs/slack-github
Last synced: 3 months ago
JSON representation
A webhook for GitHub that posts to your slack chat using an Incoming Webhook integration in slack.
- Host: GitHub
- URL: https://github.com/sdslabs/slack-github
- Owner: sdslabs
- Created: 2014-04-03T11:57:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T06:20:43.000Z (almost 11 years ago)
- Last Synced: 2025-04-21T22:36:10.821Z (about 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 14
- Watchers: 54
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
slack-GitHub
============
>A webhook for GitHub that posts to your slack chat using an Incoming Webhook integration in slack.
How to use
==========
* clone the repository : `git clone git@github.com:sdslabs/slack-github.git`
* add remote for your heroku application address `git remote add git@heroku.com:YOUR-APP-NAME.git`
* add heroku config variables..
>URL variable is required
`$ heroku config:set URL=Your-Slack-Incoming-Webhook-Url`
> `optional variables`
>USERNAME (username, who you want to send messages in chat, ex. bot)
>CHANNEL (channel in slack client for messages, ex. general)
* deploy the application to heroku.
* Add Your heroku app's address to your GitHub repo's Webhook Settings.
![image][1]
*YAY!! ..you are done..*
>[slack-GitHub] is built with love at [SDSLabs]
License
=======
Licenced under MIT Licence. Feel free to contribute.
[slack-GitHub]: https://github.com/sdslabs/slack-github
[SDSLabs]: https://twitter.com/sdslabs
[1]: http://drp.io/files/533d793974db4.png