SayCV / tsgo

tsgo based on mop, It support chinese stock market.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsgo

tsgo based on mop, It support chinese stock market.

Installing

tsgo is implemented in Go and compiles down to a single executable file.

git clone github.com/saycv/tsgo
cd tsgo && make install

Using

@echo off
MODE con cols=156 lines=56

tsgo version
echo Use yahoo API
tsgo yahoo
echo Use QQ API
tsgo qq
echo Use Sina API
tsgo sina

For demonstration purposes tsgo comes preconfigured with a number of stock tickers. You can easily change the default list by using the following keyboard commands:

+       Add stocks to the list.
-       Remove stocks from the list.
o       Change column sort order.
g       Group stocks by advancing/declining issues.
f       Set a filtering expression.
F       Unset a filtering expression.
?       Display help screen.
esc     Quit tsgo.

About

tsgo based on mop, It support chinese stock market.

License:GNU General Public License v3.0


Languages

Language:Go 97.2%Language:Makefile 2.6%Language:Batchfile 0.2%