DNIStream / dni.website

Documentation Not Included website & API code, including dockerised deployment.
http://www.dnistream.live
MIT License
3 stars 0 forks source link

Add webhook support #45

Open Bidthedog opened 5 years ago

Bidthedog commented 5 years ago

Would like to be able to send a notification to Discord when a new episode is available via the website. Neither YouTube nor Fireside support web hooks out of the box, though YT does support pub sub Push Notifications described here.

This may require persistence of some sort on the DNI side. Implementing persistence would also help fix the JSON the caching bug with Fireside referenced in #31.

Bidthedog commented 5 years ago

Discord web hook documentation here

Discord web hook "getting started" blog here