chzzk icon indicating copy to clipboard operation
chzzk copied to clipboard

네이버 라이브 스트리밍 서비스 치지직의 비공식 API 라이브러리

Results 4 chzzk issues
Sort by recently updated
recently updated
newest added

영향을 받는 API 목록 **api/live.ts** - status (v2 -> v3) - detail (v2 -> v3)

![Image](https://github.com/user-attachments/assets/e148a7f0-8449-4112-b4c0-b21ecb14cda6) 치지직측에서 비공식 API 사용 관련해서 사용 금지라는 문의 답변을 내놓았다고 합니다. 쿠키값과 웹소켓등을 이용한 API는 다 막힐 것 같고 공식측에서 제공한 API만 허락한다는데 이게 진짜 뭔... 공식 API 링크:...

경로: src/chat.ts 이슈: 특정 스트리머의 경우 chatChannelId 값이 없는경우가 간헐적으로 있음. ` const serverId = Math.abs( this.options.chatChannelId.split("") .map(c => c.charCodeAt(0)) .reduce((a, b) => a + b) ) % 9 +...

You are as far as I understand (I do not read Hangul) handling so that users can authenticate as subscribers. Can you handle authentication for adult content as well? I...