https://github.com/deepbaksu/timebot
Slack 시간 변환 봇
https://github.com/deepbaksu/timebot
bot go golang hacktoberfest slack timezone
Last synced: 3 months ago
JSON representation
Slack 시간 변환 봇
- Host: GitHub
- URL: https://github.com/deepbaksu/timebot
- Owner: deepbaksu
- License: mit
- Created: 2018-12-18T22:01:29.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T23:04:06.000Z (almost 5 years ago)
- Last Synced: 2026-01-14T12:30:06.729Z (5 months ago)
- Topics: bot, go, golang, hacktoberfest, slack, timezone
- Language: Go
- Homepage: https://dashboard.heroku.com/apps/deepbaksu-timebot
- Size: 140 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timebot
[](https://github.com/deepbaksu/timebot/actions/workflows/ci.yaml)
[](https://codecov.io/gh/deepbaksu/timebot)
[](https://godoc.org/github.com/deepbaksu/timebot)
Slack 시간 변환 봇
## Example
14:24 PST <--> 07:24 KST
## Run the server
```shell script
go run cmd/server/server.go
```
## Test
```shell script
go test -v ./...
```
## Integration Test
```shell script
docker-compose -f docker-compose.yaml -f docker-compose.test.yaml build
docker-compose -f docker-compose.yaml -f docker-compose.test.yaml run web
```