如何在不安装/使用的情况下与信号器websocket连接和通信节点.js/.net?

2024-06-01 00:47:59 发布

您现在位置:Python中文网/ 问答频道 /正文

如何与信号器websocket通信而不必使用节点.js或者其他非Python依赖项?在

例如,如何连接到以下websocket: https://github.com/ericsomdahl/python-bittrex/issues/57#issuecomment-343772197

运行上述示例中的代码会导致:

OSError: Missing Node.js runtime. Node is required. Please read the cfscrape 
README's Dependencies section: https://github.com/Anorov/cloudflare-scrape#dependencies.

同样,以下来自python的signalr-client的示例应用程序有许多非python依赖关系: https://github.com/TargetProcess/signalr-client-py#sample-application

如何在不需要安装任何非python依赖项的情况下与signalerwebsockets连接和通信?在


Tags: httpsgithubcomclientnode示例节点js