https://github.com/tkmax777/slackpandaintegration
https://github.com/tkmax777/slackpandaintegration
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkmax777/slackpandaintegration
- Owner: TKMAX777
- Created: 2021-04-14T10:08:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T05:09:54.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T08:12:05.184Z (11 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SlackPandAIntegration
## 概要
PandAの〆切をSlackに表示するプログラム。自分用。## 目次
- [SlackPandAIntegration](#slackpandaintegration)
- [概要](#概要)
- [目次](#目次)
- [設定ファイル](#設定ファイル)## 設定ファイル
バイナリと同階層に次の設定ファイルを配置```json
{
"Panda": {
"ECS_ID": "**",
"PASSWORD": "**"
},
"Slack": {
"Token": "xoxb-**",
"EventToken": "xapp-**"
}
}
```