Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuyaban/golang_slackbot

SlackBot made by Golang for practice
https://github.com/yuyaban/golang_slackbot

Last synced: about 1 month ago
JSON representation

SlackBot made by Golang for practice

Awesome Lists containing this project

README

        

# golang_SlackBot
## Description
* A Simple SlackBot made in Go (Golang).
* this Bot imitates a respected senior!

## How to build in localhost
1. Please prepare config.toml. config.toml contain Token and BotId.
* You can deploy easily via Dockerfile.
1. docker build -t .
2. docker run -e "PORT=" -p : -t

## License
[MIT](https://github.com/YuyaBan/golang_SlackBot/blob/master/LICENSE)

## Author
[Yuya Ban](https://github.com/YuyaBan)