#discord #通知 #webhook #reserve #epg-station #的通知 #发送到

app epgs-to-discord

通过Webhook将EPGStation的通知发布到Discord

9个稳定版本

1.0.8 2023年12月27日
1.0.7 2023年12月26日
1.0.6 2023年12月23日
1.0.2 2023年4月19日

178 in 身份验证

MIT 许可证

17KB
340

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

依赖项

~7–16MB
~201K SLoC