From 60922fb2f95a61a1ad315d2e83cc242e9d6f65e0 Mon Sep 17 00:00:00 2001 From: max <107450521+sigmacw@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:43:09 -0600 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 60dff90..d7e40e1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **A *mostly* standalone app to serve widgets for your YouTube livestreams** +![App](https://i.imgur.com/aqiPMew.png) + ## Features Sigmanuts offers a very flexible experience. The trade-off between having an extra app to run during live stream and having a positive chat experience is worth it! @@ -14,7 +16,7 @@ Sigmanuts offers a very flexible experience. The trade-off between having an ext - Can run as many different widgets as you want - Only update chat link once and have it refresh for every overlay in OBS -## Links +## Links (WIP) - Website - Twitter @@ -24,18 +26,18 @@ Sigmanuts offers a very flexible experience. The trade-off between having an ext There are multiple ways you can run this app. ### Recommended Windows 11 -- .NET Core 3.1 SDK (Download from here) +- .NET Core 3.1 SDK (Download from [here](https://download.visualstudio.microsoft.com/download/pr/b70ad520-0e60-43f5-aee2-d3965094a40d/667c122b3736dcbfa1beff08092dbfc3/dotnet-sdk-3.1.426-win-x64.exe)) Windows 10 -- .NET Core 3.1 SDK (Download from here) -- WebView2 Runtime (Download from here) +- .NET Core 3.1 SDK (Download from [here](https://download.visualstudio.microsoft.com/download/pr/b70ad520-0e60-43f5-aee2-d3965094a40d/667c122b3736dcbfa1beff08092dbfc3/dotnet-sdk-3.1.426-win-x64.exe)) +- WebView2 Runtime (Download from [here](https://go.microsoft.com/fwlink/p/?LinkId=2124703)) ### Standalone Windows 11 - No requirements Windows 10 -- WebView2 Runtime (Download from here) +- WebView2 Runtime (Download from [here](https://go.microsoft.com/fwlink/p/?LinkId=2124703)) ## Installation @@ -43,6 +45,8 @@ To install, download the required packages and then run the app, no installation ## How does it work? +Actually, very simple! You launch the app, log in to YouTube, put in a link to your stream, and the app automatically grabs your chat and waits for any messages, superchats, member notifications, etc. When one appears, the app extracts all the useful information from it, and packs it all into a JSON object that a developer can then use to restyle the chat in any way they want. + ## Is it against YouTube ToS? Short answer: Technically, *kind of* yes. But also... *maybe*. @@ -56,3 +60,7 @@ Regardless of what you read here, you should decide for yourself whether you wan ## Documentation ## Changelog + +02/20/2023 - BETAv0.5 +- Initial beta release +