Creating a notification when a stream goes live #375
-
Total programming newbie here. |
Beta Was this translation helpful? Give feedback.
Answered by
chillymosh
Jan 5, 2023
Replies: 1 comment 1 reply
-
Hi @racaroni, We have an example of how to do this in our eventsub example. Be aware that this does currently require a publicly accessible URL, non self-signed SSL cert and a reverse proxy, such as NGINX. You will just need to adjust the subscription method and callback event to the desired ones.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
racaroni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @racaroni,
We have an example of how to do this in our eventsub example.
https://twitchio.dev/en/latest/exts/eventsub.html#running-eventsub-inside-a-commands-bot
Be aware that this does currently require a publicly accessible URL, non self-signed SSL cert and a reverse proxy, such as NGINX.
You will just need to adjust the subscription method and callback event to the desired ones.