I want to know how to bring African chat to Python.

Asked 2 years ago, Updated 2 years ago, 94 views

I'd like to bring real-time chat and star balloon gift details that are uploaded during African broadcasting and save them in DB.

I saw that other people made it using Java, meaven, netty, etc.

Looking at the developer tool on the broadcast page, ws://110.10.76.13:8000/Websocket/{BJ ID}

I think there's a chat at the address above, and I'd like help with how to try to get it to PythonYo

python chatting

2022-09-20 19:22

1 Answers

It's a web socket.

Create a WebSocket client with Python.

https://github.com/websocket-client/websocket-client

Please refer to the above project


2022-09-20 19:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.