commit fd3a4096b38b8034733e5269777b646a9ff0251f
parent babf667bf1cec983b7063cf3980c6bb572fafc26
Author: bsandro <[email protected]>
Date: Fri, 20 Aug 2021 23:51:44 +0300
Tiny addition in TODO, small fix in README and sample config file now has "sounds" element.
Diffstat:
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -1,4 +1,4 @@
-TWITCHAPON - [Twi]tch [Cha]nnel [Po]ints Rewards Redemption Listener
+TWITCHAPON - [Twit]ch [Cha]nnel [Po]ints Rewards Redemption Listener
Daemon/server that uses PubSub websockets for subscribing to Twitch channel
points redemption events. Events are proxied to the OBS (plugin obs-websocket)
diff --git a/TODO b/TODO
@@ -3,6 +3,8 @@ Symbols as I use them: "-" is "planned", "?" is "questionable", "+" is "done"
- https://github.com/Palakis/obs-websocket compatibility
- remove the dependency on x/net/websocket library
+- open system default browser with an oauth link instead of just printing it
+- web-interface for settings since we have to use the browser to get an auth token anyway
- configurable map of input events bound to output obs commands
- put some comments in the code
- unmarshal nested json received in messages and forward it properly
@@ -11,5 +13,4 @@ Symbols as I use them: "-" is "planned", "?" is "questionable", "+" is "done"
- handle reconnections properly
- request info about user from received event, cache and forward it further
- global feature: listen to bits and channel subscription events
-? open system default browser with an oauth link instead of just printing its
- delay between ping messages should be configurable
diff --git a/config_sample.json b/config_sample.json
@@ -9,5 +9,6 @@
"host": "localhost",
"port": "4444",
"password": "xxxxxxxx"
- }
+ },
+ "sounds": ["sound event 1", "sound event 2"]
}