Crates.io | epgs-to-discord |
lib.rs | epgs-to-discord |
version | 1.0.8 |
source | src |
created_at | 2023-04-19 07:37:59.889434 |
updated_at | 2023-12-27 01:04:51.661905 |
description | Post EPGStation's notifications to Discord via Webhook |
homepage | |
repository | https://github.com/yude/epgs-to-discord |
max_upload_size | |
id | 843289 |
size | 59,561 |
⏺ EPGStation の通知を Discord に送信します
cargo install epgs-to-discord
config/config.yml
) に追記します。
isEnabledDropCheck: true # 重複の恐れがあるので確認してください。
reserveNewAddtionCommand: 'epgs-to-discord reserve'
reserveUpdateCommand: 'epgs-to-discord update'
reservedeletedCommand: 'epgs-to-discord deleted'
recordingPreStartCommand: 'epgs-to-discord prestart'
recordingPrepRecFailedCommand: 'epgs-to-discord prepfailed'
recordingStartCommand: 'epgs-to-discord start'
recordingFinishCommand: 'epgs-to-discord end'
recordingFailedCommand: 'epgs-to-discord recfailed'
encodingFinishCommand: 'epgs-to-discord finish'
$HOME/.config/epgs-to-discord/config.toml
を作成します。内容は以下のようにし、適宜必要な値を入力します。
[misc]
# ボットの名前
name = "EPGStation"
[credentials]
# Discord 上チャンネルに対応する Webhook の URL
webhook_url = ""
MIT