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

https://github.com/tkmax777/slackpandaintegration


https://github.com/tkmax777/slackpandaintegration

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# SlackPandAIntegration
## 概要
PandAの〆切をSlackに表示するプログラム。自分用。

## 目次

- [SlackPandAIntegration](#slackpandaintegration)
- [概要](#概要)
- [目次](#目次)
- [設定ファイル](#設定ファイル)

## 設定ファイル
バイナリと同階層に次の設定ファイルを配置

```json
{
"Panda": {
"ECS_ID": "**",
"PASSWORD": "**"
},
"Slack": {
"Token": "xoxb-**",
"EventToken": "xapp-**"
}
}
```