gpt4 book ai didi

python - 如何为 Python Rust+ API Wrapper 建立 Websocket 连接

转载 作者:行者123 更新时间:2023-12-05 04:50:27 24 4
gpt4 key购买 nike

好的,所以我想访问 Rust 游戏的 Rust+ API。目前没有用 python 编写的 API 包装器,只有 JavaScript,但是我不知道如何编写 javascript。

这是模块: https://github.com/liamcottle/rustplus.js

我看过它,但我没有任何线索,据我所知,他们在打开 socket 时没有做任何不同的事情?那可能只是我愚蠢!

我想知道是否有人可以提供任何见解?

我用随机服务器试过这段代码:

import asyncio
import websockets

async def main():

async with websockets.connect("ws://onegrid.projectnova.gg:25584") as websocket:

returnData = await websocket.recv()
print(returnData)

asyncio.get_event_loop().run_until_complete(main())

但是它出错了:

Exception has occurred: ConnectionRefusedError
[WinError 1225] The remote computer refused the network connection

不知有没有大佬帮忙指点一下!

最佳答案

现在有一个用python做的

https://github.com/olijeffers0n/rustplus

关于python - 如何为 Python Rust+ API Wrapper 建立 Websocket 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67269364/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com