Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 601 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 601 Bytes

a simple crawler to collect okcoin's trade data

This is a very simple crawler to collect okcoin's some trade data, and then save to the data directory. ltc or btc's data: spotcny ticker, spot depth, spotcny depth, spotcny trades and spotcny kline.

Usage

  1. npm install
  2. npm run start

一个简易的搜集okcoin实时交易数据的爬虫

主要作用是搜集okcoin站btc ltc的交易数据,并存到data目录下。 主要数据有:行情数据,现货市场深度,市场深度,成交记录和K线。

用法:

  1. npm install 安装依赖
  2. npm run start 启动程序