kick.py icon indicating copy to clipboard operation
kick.py copied to clipboard

A python api wrapper for kick.com

Results 12 kick.py issues
Sort by recently updated
recently updated
newest added

`python3 -m kick bypass create Done writing to bypass.go. Make sure to install the dependencys. walid@vps-e79a5d90:~/kick$ ls bypass.go vlc.py walid@vps-e79a5d90:~/kick$ python3 -m kick bypass install Running go init... Traceback (most...

```{"event":"App\\Events\\ChatMessageEvent","data":"{\"id\":\"d8d3ce21-7bf1-4d09-ac47-577264e9dc78\",\"chatroom_id\":17502579,\"content\":\"https:\\/\\/kick.com\\/pokerok_streams?clip=clip_uniqueID\",\"type\":\"message\",\"created_at\":\"2025-03-04T20:34:51+00:00\",\"sender\":{\"id\":0,\"username\":\"---\",\"slug\":\"---\",\"identity\":{\"color\":\"#BC66FF\",\"badges\":[{\"type\":\"moderator\",\"text\":\"Moderator\"}]}},\"metadata\":{\"clip\":{\"id\":\"clip_uniqueID\",\"title\":\"---",\"thumbnail_url\":\"https:\\/\\/clips.kick.com\\/clips\\/54\\/clip_uniqueID\\/thumbnail.webp\",\"duration\":50,\"creator\":{\"id\":0,\"username\":\"---\",\"slug\":\"---\",\"profile_picture\":null}}}}","channel":"chatrooms.000.v2"}``` this message is impersonaled when i called something like message.references.author.username even i check if message.references is not None: before i got a crush

I tried running the script shown on main page, bot seems to run but then insta crashes with message: [2025-02-25 12:39:13] [ERROR ] asyncio: Unclosed client session

Refactor message handling and add ReplyMetaData extraction - Added `reply_metadata` function to extract `ReplyMetaData` from a `Message`. - Updated type definitions in `kick/types/message.py` to ensure consistency. - Fixed import issues...

https://docs.kick.com

When going through the bypass script and making HTTP requests, Kick is only responding with very few response headers, and not including any cookies. When I do `whitelisted=True`, the responses...