#discord #notifications #webhook #reserve #epg-station #に送信します #の通知を

app epgs-to-discord

Post EPGStation's notifications to Discord via Webhook

9 stable releases

1.0.8 Dec 27, 2023
1.0.7 Dec 26, 2023
1.0.6 Dec 23, 2023
1.0.2 Apr 19, 2023

#154 in Authentication

Download history 21/week @ 2023-12-26 16/week @ 2024-02-20 17/week @ 2024-02-27 11/week @ 2024-03-26 47/week @ 2024-04-02

58 downloads per month

MIT license

17KB
340 lines

EPGS-to-Discord

⏺ EPGStation の通知を Discord に送信します

インストール

cargo install epgs-to-discord

設定

  • 以下を EPGStation の設定ファイル (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

Dependencies

~7–19MB
~218K SLoC