Adapter that enables SLAPI Bot to utilize the Slack Chat Service
- Docker 1.10 or later
Config required SLAPI config file bot.yml
# Adapter Settings
adapter:
service: slack # Enables option alternative adapters
config:
token: # API token
logger: # Optional Logger instance that logs HTTP requests.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull Request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
- Clone the project to your own machine
- Create a new branch from master
- Commit changes to your own branch
- Push your work back up to your branch
- Submit a Pull Request so the changes can be reviewed
NOTE: Be sure to merge the latest from "upstream" before making a pull request!