No description
- PHP 100%
| .gitignore | ||
| config.sample.php | ||
| dbpdo.php | ||
| Deploy.php | ||
| README.md | ||
| SlackAttachment.php | ||
| SlackField.php | ||
| SlackMessage.php | ||
| SlashCommandHandler.php | ||
| Spook.php | ||
| SystemStatus.php | ||
ripple-slack
This repository contains plenty of tiny little utilities used by the ripple developers to interact with ripple easily through the slack. This does not limit to just the ripple application itself, but has also got a few tools to get information about the server ripple is running on, for instance SystemStatus.php.
You can set this up by downloading your repository to a server, creating a folder / subdomain somewhere on your domain so slack can access the hooks, cloning the repo there, cp config.sample.php config.php and then vim config.php. All defines are quite self-explainatory, so I won't go there, figure it out yourself.