Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

关于如何正确运行这个demo #5

Open
sunshe35 opened this issue Mar 21, 2021 · 1 comment
Open

关于如何正确运行这个demo #5

sunshe35 opened this issue Mar 21, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@sunshe35
Copy link

sunshe35 commented Mar 21, 2021

这个demo其实是用go语言做数据收集,然后通过rpc给python调用,实际使用需要go的知识,不然你无法知道python怎么调用go语言封装的函数。。。
如果仅仅是想通过纯python获取行情数据,请移步:
https://github.com/Kucoin/kucoin-python-sdk

下面说下运行条件:

  1. 自己安装redis数据库并使用默认配置,这是一个内存数据库,我理解go获取的行情数据都会存储里面。
  2. 配置好config.yaml,里面有your-rpc-token,需要你自己获取tocken,通过公共渠道获取就可以,自己去官网查看获取方法。
  3. 配置好翻墙网络,不然获取不到数据
  4. 自己编译或者下载编译好的exe包,启动go的rpc:kucoin-market-for-windows.exe start -c config.yaml
  5. 接下来就可以运行order_book_demo.py了。

这个demo只给出了调用go语言的两个函数方法:"Server.GetOrderBook"和"Server.AddEventClientOidsToChannels",其他函数需要自己根据对go的理解去写,没有帮助文档。
他的适用场景可能是想通过go的性能获取与存储数据,然后让python等其他语言通过rpc调用。
所以如果仅仅是想通过纯python获取行情数据,请移步:
https://github.com/Kucoin/kucoin-python-sdk

@1bazinga25 1bazinga25 added the good first issue Good for newcomers label Mar 22, 2021
@jesus435
Copy link

seguro k no son especulaciones??todo esto

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants
@sunshe35 @1bazinga25 @jesus435 and others