https://github.com/hiroxto/epgs-report-none-reserved-rules
EPGStationの1件も予約がない予約ルールをSlackに通知するスクリプト
https://github.com/hiroxto/epgs-report-none-reserved-rules
dtv epgstation slack
Last synced: 2 months ago
JSON representation
EPGStationの1件も予約がない予約ルールをSlackに通知するスクリプト
- Host: GitHub
- URL: https://github.com/hiroxto/epgs-report-none-reserved-rules
- Owner: hiroxto
- Created: 2023-12-27T17:06:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T13:36:20.000Z (almost 2 years ago)
- Last Synced: 2025-07-09T07:07:01.995Z (12 months ago)
- Topics: dtv, epgstation, slack
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# epgs-report-none-reserved-rules
EPGStation の 1 件も予約がない予約ルールをSlackに通知するスクリプト。
有効なルールかつ,予約が 0 件のルールを抽出し,Slackに投稿する。
## 設定
依存関係をインストール。
Bun を使用する。
```bash
bun install
```
.env.example ファイルを参考に .env ファイルを作成する。
## 実行方法
Bun を使って実行する。
```bash
bun run main.ts
```