This is a slackbot application with default responses. This application is developed using Golang, RTM and Docker.
Steps to run:
- Create Slackbot and copy the token.
- In application.properties file, add copied token against SLACK_TOKEN
- Run main.go file.
To run as docker image:
- Run
docker build -t imageName .
- Then
docker run imageName
Now, you can chat with you slackbot.