Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 463 Bytes

SlackBot

This is a slackbot application with default responses. This application is developed using Golang, RTM and Docker.

Steps to run:

  1. Create Slackbot and copy the token.
  2. In application.properties file, add copied token against SLACK_TOKEN
  3. Run main.go file.

To run as docker image:

  1. Run docker build -t imageName .
  2. Then docker run imageName

Now, you can chat with you slackbot.