Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
/ EPGS-to-Discord-v2 Public archive

⏺ Post EPGStation notifications to Discord via Webhook

License

Notifications You must be signed in to change notification settings

yude/EPGS-to-Discord-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPGS-to-Discord-v2

⏺ Post EPGStation notifications to Discord via Webhook

Setup

  1. Set your Webhook URL in .env.
WEBHOOK_URL='https://discord.com/api/webhooks/hoge/fuga'
  1. Paste below to EPGStation's config.yml and edit path.
reserveNewAddtionCommand: 'cd /path/to/EPGS-to-Discord-v2 && /bin/sh run.sh reserve'
reserveUpdateCommand: 'cd /path/to/EPGS-to-Discord-v2 && /bin/sh run.sh update'
reservedeletedCommand: 'cd /path/to/EPGS-to-Discord-v2 && /bin/sh run.sh delete'
recordingPreStartCommand: 'cd /path/to/EPGS-to-Discord-v2 && /bin/sh run.sh prestart'
recordingPrepRecFailedCommand: 'cd /path/to/EPGS-to-Discord-v2 && /bin/sh run.sh prepfailed'
recordingStartCommand: 'cd /path/to/EPGS-to-Discord-v2 && /bin/sh run.sh start'
recordingFinishCommand: 'cd /path/to/EPGS-to-Discord-v2 && /bin/sh run.sh end'
recordingFailedCommand: 'cd /path/to/EPGS-to-Discord-v2 && /bin/sh run.sh recfailed'

License

This repository is provided under the MIT License.

About

⏺ Post EPGStation notifications to Discord via Webhook

Topics

Resources

License

Stars

Watchers

Forks

Languages