8896fed2f8
Just a quick fix that implements handling for if your Twitch authorization is invalid by adding a new signal that gets emitted, No_Twitch.invalid_auth. Which is connected to a lambda in twitch_setup_dialog that asks for authorization and opens the browser if it's received. It's not *pretty*, but it solves the problem temporarily. Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/135 Co-authored-by: Eroax <eroaxebusiness@duck.com> Co-committed-by: Eroax <eroaxebusiness@duck.com> |
||
---|---|---|
addons | ||
classes | ||
dist | ||
graph_node_renderer | ||
img | ||
rpc_renderer | ||
script_templates | ||
.gitattributes | ||
.gitignore | ||
COPYING | ||
export_presets.cfg | ||
icon.svg | ||
icon.svg.import | ||
main.gd | ||
main.tscn | ||
project.godot | ||
README.md | ||
THIRDPARTY.md |
StreamGraph is a node graph-based virtual stream deck and livestream automation tool.
⚠️ StreamGraph is at an EARLY ALPHA stage! Some things will break! ⚠️
StreamGraph lets you automate your livestream with a powerful and easy to understand node graph workflow.
It can connect to Twitch and OBS, allowing you to take stream interactivity to the next level.
Current state and capabilities
StreamGraph is at a very early stage of development. We cannot guarantee stability at this point and things may change dramatically between releases. As development progresses, the API and nodes will stabilize. If you encounter any issues, please report them on the issue tracker with as much detail about how to reproduce them as possible.
The app can currently connect to Twitch and read and send chats in a single channel. It can also connect to a single OBS instance (utilizing OBS-WebSocket, which is bundled with modern versions of OBS).
For more information about nodes that currently exist, check out the wiki.
You can also join Eroax's discord, which has a dedicated Streamgraph channel if you just want to talk or ask questions: Discord
License
Licensed under GPLv3. See file COPYING for full license text.