@watney, a bot for slack.
Descendant of zoidbox, originally written for the cfml-slack room.
Ideally an open slack bot platform, ready for customization for your own slack room, easy to extend with your own functionality.
User Docs
For interacting with @watney, See help and ops-help
Developer Documentation
For customizing or extending @watney, see dev-help
Contributing Guidelines
Coming soon!
The old school Make cli tool is used to make the syntax of various commands easier to remember and portable. docker-compose is used to orchestrate the two containers. Assuming you have Docker and Make available, here are the commands:
make up
- starts watney and redis; creating docker images if this is the first timemake compile
- same as make up
but with a forced container recompilemake down
- shut down both containersmake logs
- start tailing the logs for both containersmake restart
- restart both containersThe redis container will store its data in an AOF (append-only filesystem) in ./redis-data
.
Copyright (c) 2015 Ryan Guill, Adam Tuttle
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.