StreamLinked - API, Auth, EventSub and IRC for Twitch
Scored'Productions
$50.00
(no ratings)
Date |
Price |
---|---|
Date |
Price($) |
03/21(2024) |
50.0 |
03/21(2024) |
25.0 |
04/04(2024) |
50.0 |
11/25(2024) |
50.0 |
Jump AssetStore
Twitch's API made available in Unity C# code.
Recieve Twitch Chat via the IRC.
Request data from Twitch via the API.
Subscribe to notifications in the EventSub.
All managed in a single package!WebGL NOT supported due to inclusion of System.NetThis project is a C# code project, API requests must be made with user created code (Examples Provided), await/async or Unity Coroutines knowledge is requiredUnderstanding of Twitchs documentation webside is highly recommendedDo you need Twitch integration into Unity?Need to call Twitch's API?Want to authenticate access tokens?Do you want to subscribe to Twitch Events?Or do you need to read Twitch chat messages via an IRC?This project brings down Twitch's API documentation and implements it into Unity C#, from API references, EventSub subscriptions, IRC notifications. If Twitch mentions it in their documentation you will be able to access it in C# in your project.Whether its:✔️A Authentication Token✔️A API Reference✔️A EventSub Reference✔️A IRC Tag ReferenceStreamLinked has been created to match the documentation on Twitchs API website as close as possible to make request references as easy as possible and to handle what you need to connect to and request information from Twitch for your coded projects.AuthenticationThe process has never been easier, provide your client ID, choose your authentication method and the API Client will automatically get you a token whenever you wish to call the API. Or you can do it manually, its up to you.Twitch APIAll of the references, available from a single task or coroutine, producing an object with all the information inside. It doesnt get easier to call Twitchs API.EventSubWebSocket setup, API Subscriptions. Set up to receive any notification Twitch provides. All accassible with provided UnityEvents.Twitch IRCConnect to Twitch chat rooms and receive user messages. All processed into a convenient object and supports Twitch's tag commands returned. On top of that, it includes a Badge and Emote downloader and manager, all processed to display in TextMeshPro!Twitch Changelog: Updated as of entry 2024‑09‑16Coded with compatibility for NET Standard 2.1Documentation Webpage Available HereNot Supported❌WebGL❌IRC (WebSocket)❌EventSub (Webhook and Conduit)❌Pubsub❌Twitch CLILightJsonThis project uses a modified version of LightJson. Available Here:Link : MIT LicenseUniGifThis project uses a modified version of UniGif. Available Here:Link : MIT LicenseTwitch OAuthentication managementTwitch API singletonTwitch IRC singletonTwitch EventSub singletonTwitch Emote and Badge downloading and processing