CatCore icon indicating copy to clipboard operation
CatCore copied to clipboard

Can I get an advice for other chat provider?

Open SieR-VR opened this issue 1 year ago • 0 comments

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:

  • Changing api endpoints in this project (But scheme and endpoints not matched one-by-one)
  • Making a bridge between unofficial chzzk api and twitch helix api (This failed, chzzk does not provides bunch of informations)

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

SieR-VR avatar Mar 18 '24 18:03 SieR-VR