FriendTeamInc / VodBot

A command line interface VOD and Clip manager for Twitch.
MIT License
14 stars 1 forks source link

Discord Webhook support #35

Closed NotQuiteApex closed 1 year ago

NotQuiteApex commented 2 years ago

Webhooks would be great for letting a user know a task has been completed, like pulls and uploads.

The hardest bit about it would be config and formatting, and possibly needing a new library to send the payload?

NotQuiteApex commented 2 years ago

luckily the payload will not need an external library, a simple http request suffices. see here.

its becoming increasingly clear that for future versions, a new format of configuration file will be necessary.

NotQuiteApex commented 2 years ago

might be easier to just use a library, a good one is here.