ErisApps / CatCore

A shared high-performance chat client library written in .NET Standard 2.0
GNU General Public License v3.0
29 stars 3 forks source link

Can I get an advice for other chat provider? #83

Open SieR-VR opened 6 months ago

SieR-VR commented 6 months ago

Due the recent decision of twitch (https://help.twitch.tv/s/article/korea-update-nonkr?language=en_US), we Korean can't use most of function in twitch now.

And there's many other options for live streaming in South Korea, including chzzk where I'm streaming. But there's no Opened API exists for that. (unofficial reverse engineered API endpoints and docs exists.)

Anyway, the code written in this project is for Twitch Helix API as far I know, that means We can't use other projects depending this also. (Chat client, request manager etc.)

So I wanted to solve this, I tried few solutions:

These took many time. Can I get advice or hints for "minimal" - receiving only - chat core client?