/stock-manager

Stock Manager

Primary LanguagePython

Stock Manager

This system consists of three systems.

StockCrawler

Obtain stock information from naver and continous stock list.
continuous stock list is a list that stock prices sequences from today to that keeping rising.

StockAnalyzer

Figure out what stock is right to vest. It calculates from stocks information that StockCrawler had put into db.

StockServer

DBManager

RestfulAPI server for DB.
Crawler and Analyzer push data using this.
StockManagementServer also uses this.
It uses session for authentication users.

StockClient

Interface for users to control all of the servers.

AutoInvestor (Not yet)

Invest automactically itself without people.

InvestmentManagementServer (Not yet)

Control the AutoInvestor using RestfulAPI.
It's controlled by users who uses StockManagementClient.