Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yuyaban/golang_slackbot
- Owner: yuyaban
- License: mit
- Created: 2019-10-18T11:33:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T02:19:51.000Z (about 5 years ago)
- Last Synced: 2024-05-23T05:14:40.301Z (8 months ago)
- Language: Go
- Size: 6.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)