python websocket 代理连接
首先设置ss并且开通局域网连接
ws = websocket.create_connection(url, http_proxy_host="127.0.0.1", http_proxy_port=1080)
官方文档 https://pypi.org/project/websocket_client/
首先设置ss并且开通局域网连接
ws = websocket.create_connection(url, http_proxy_host="127.0.0.1", http_proxy_port=1080)
官方文档 https://pypi.org/project/websocket_client/