Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.19 KB

README.md

File metadata and controls

74 lines (54 loc) · 2.19 KB

股市分析

logo

🗂️Short line technical tools, powered by purge golang.

latest version discussions Build status Downloads License donate

同步数据

- step 1:下载数据数据

- step 2:配置数据库

log_level = "DEBUG"

[mysql]
ip = "127.0.0.1"
port = 3306
user = "root"
password = "=nXCwk8l<@Dx5bL%"
database = "dongfang_stock"


[web]
port = 8080

- step 3:开始同步

  • 把剪切板的数据粘贴到service/clipbroad/clipbroad.txt文件
  • 执行命令同步
go run cmd/cmd.go sync

每日分析报告

go run .\cmd\cmd.go report tofile

最近涨停票走势

go run .\cmd\cmd.go report stion