Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentmi/opentmi-slack
Slack integration for OpenTMI
https://github.com/opentmi/opentmi-slack
opentmi slack
Last synced: 9 days ago
JSON representation
Slack integration for OpenTMI
- Host: GitHub
- URL: https://github.com/opentmi/opentmi-slack
- Owner: OpenTMI
- License: mit
- Created: 2015-11-21T11:43:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T20:57:37.000Z (5 months ago)
- Last Synced: 2024-06-17T22:58:30.688Z (5 months ago)
- Topics: opentmi, slack
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Slack addon for OpenTMI
## Configurations
```
{
"opentmi-slack": {
"token": "",
"defaultChannel": "",
"filters": {
"allowedChannels": [""],
"allowedUsers": [""]
},
"result": {
"filters": {
:
},
"templates": {
: ""
}
}
}
}
```