Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarshwah/slack-pattern-responder
Monitors all messages for regex patterns and returns a corresponding message. I use this for turning ticket numbers into links.
https://github.com/jarshwah/slack-pattern-responder
Last synced: about 2 months ago
JSON representation
Monitors all messages for regex patterns and returns a corresponding message. I use this for turning ticket numbers into links.
- Host: GitHub
- URL: https://github.com/jarshwah/slack-pattern-responder
- Owner: jarshwah
- License: mit
- Created: 2016-01-12T00:42:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T21:56:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T10:19:02.018Z (2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# slack_responder
Monitors all messages for regex patterns and returns a corresponding message.
I use this for turning ticket numbers into links.## Installation:
`pip3 install slack_responder`
## Configuration:
See the `example.yaml` configuration file. Sorry, that's not a lot of help,
but docs are on my todo list below :)## Usage:
Create yourself a bot user, paste the token given to you into your config
file (just copy the example.yaml), and run.```
slack_responder ./responder.yaml
```See `config/upstart.conf` for an example of running this as a service. Pay
particular attention to the environment variables `LC_ALL` and `LANG` when
running under python 3.## TODO:
- Docs
- Way more tests
- travis test integration