commit 0318fab3ae8f5de494a248da2e1ea570e5a435f2
parent 7cca70265d229614189f1b381ea310d7a47de4a8
Author: bsandro <[email protected]>
Date: Mon, 16 Aug 2021 00:46:11 +0300
updated readme
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README b/README
@@ -1,8 +1,8 @@
TWITCHAPON - [Twi]tch [Cha]nnel [Po]ints Rewards Redemption Listener
Daemon/server that uses PubSub websockets for subscribing to Twitch channel
-points redemption events. Events can be proxied as http-requests further into
-other (local) service that handles rendering for a twitch overlay or smth.
+points redemption events. Events are proxied to the OBS (plugin obs-websocket)
+via "goobs" module (https://github.com/andreykaipov/goobs)
Authorization mechanism for that kind of stuff is somewhat tricky - you have
to use a full-fledged OAuth process to get an auth token, it involves opening
@@ -12,7 +12,5 @@ vantage point that receives and processes the verification code.
Further info on underlying mechanism: https://dev.twitch.tv/docs/pubsub
-The only external requirement is x/net/websocket library.
-
Project was born as a quick hack to play around with Go and try out some
interaction possibilities for twitch streams.