Crates.io | chzzk |
lib.rs | chzzk |
version | 0.3.3 |
created_at | 2024-03-25 10:21:49.200332+00 |
updated_at | 2025-02-22 09:28:35.430347+00 |
description | Unofficial SDK for the Korean video streaming platform Chzzk |
homepage | |
repository | https://github.com/P-Asta/chzzk-rs |
max_upload_size | |
id | 1185135 |
size | 92,723 |
Unofficial SDK for the Korean video streaming platform Chzzk
chzzk_debug
stdout
.null
, which we failed to observe before. You can fix this problem by changing the type of the struct field to Option<T>
or another appropriate type.event_handler caught error: wrong bdy (not an attr). Object {"cmd": Number(10000), "ver": String("2")}
chzzk_debug
feature is disabled.ChzzkError("chat.connect: get_user_status error. maybe wrong auth information", ...)
ChzzkClient::sign_in()
.git clone https://github.com/5-23/chzzk-rs
cd chzzk-rs
cargo r --example get_channel_info
Ensure you have an examples/.env
file. This file is accessed by examples/auth.rs
to retrieve authentication information for accessing some APIs. The file should look like this:
CHZZK_AUT=(64 characters long token)
CHZZK_SES=(520 characters long token)
You can find these values in your browser cookies after signing in to Chzzk.