Christian-Bull / slack-notify-go

custom slack notifications in golang
MIT License
0 stars 0 forks source link

Feature Request: Allow the bot to be configured to broadcast certain streams to certain channels #1

Closed David-Igou closed 4 years ago

David-Igou commented 4 years ago

For example, allow me to configure this bot such that:

twitch.tv/bigrvbear would be broadcasted to #gaming

and twitch.tv/hotdogtopping and twitch.tv/wear_serp_helm_for_entire_olm would be broadcasted to #palms

Christian-Bull commented 4 years ago

Should be a simple addition. Just need to rework the config file and add the argument to the slack webhook

Christian-Bull commented 4 years ago

Requires utilization of a different endpoint of the slack api. Would have to re configure how messages are posted, closing for now

Christian-Bull commented 4 years ago

Added in ab2356c649720b35dbcdb5c09c539a4af4dc05f6