Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/slacker
https://github.com/mwotton/slacker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwotton/slacker
- Owner: mwotton
- Created: 2016-03-07T18:32:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T17:05:23.000Z (over 8 years ago)
- Last Synced: 2024-10-27T18:28:10.062Z (3 months ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Slacker
=======this is a tiny command-line utility for pushing messages to slack.
Usage
=====Create a slack token at https//:api.slack.com/web
put it in ~/.slack/tokens/mycoolslack where mycoolslack is the name of your slakc.
Run
```
slacker mwotton mycoolslack automated_alerts "deployed `git log -1 --format='%h'` to production"
```or something similar.
This will probably be pushed to hackage when https://hackage.haskell.org/package/slack builds with a modern stack resolver and i can delete the vendored dep.