Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickmak/buildbot-slack
Script for push notification to slack.com from buildbot http://buildbot.net
https://github.com/rickmak/buildbot-slack
Last synced: 3 months ago
JSON representation
Script for push notification to slack.com from buildbot http://buildbot.net
- Host: GitHub
- URL: https://github.com/rickmak/buildbot-slack
- Owner: rickmak
- License: mit
- Created: 2014-03-28T03:31:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T07:10:45.000Z (over 9 years ago)
- Last Synced: 2023-03-12T05:51:33.288Z (almost 2 years ago)
- Language: Python
- Size: 132 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
buildbot-slack
==============Simple Script for push notification to slack.com from buildbot http://buildbot.net
Depends on requests-2.2.1Usage
=====
at buildbot.cfg file,```
import slack
master_config['status'].append(
slack.StatusPush(
"https://hooks.slack.com/services/SLACKABC/SLACKXYZ/your-secret-token",
"#channel",
localhost_replace="buildbot.retain.cc")
)
```