Merge branch 'master' of https://git.ncue.net/dsyoon/DeepStock
This commit is contained in:
2
StockCrawler.bat
Normal file
2
StockCrawler.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
C:\workspace\Anaconda3\envs\hts\python C:\workspace\DeepStock\StockCrawler.py
|
||||
pause
|
||||
@@ -22,6 +22,8 @@ week = datetime.today().weekday()
|
||||
|
||||
if week in (0, 1, 2, 3, 4):
|
||||
|
||||
while True:
|
||||
try:
|
||||
# 재무제표는 3개월마다 다운로드를 한다.
|
||||
fnGuideCrawler = FnGuideCrawler(START_DATE)
|
||||
print("[KOSPI 상장기업 재무제표 다운로드]")
|
||||
@@ -72,7 +74,10 @@ if week in (0, 1, 2, 3, 4):
|
||||
os.mkdir(outPath)
|
||||
print("print to Html...")
|
||||
analyzerSqlite.findCandidate(outPath)
|
||||
# E: 분석까지 진행
|
||||
|
||||
break
|
||||
except:
|
||||
continue
|
||||
|
||||
print("time : %6.2f 초", (time.time() - start))
|
||||
|
||||
|
||||
@@ -5,10 +5,12 @@ pandas_datareader
|
||||
bs4
|
||||
pywin32
|
||||
ipywidgets==7.0.0
|
||||
|
||||
#keras
|
||||
#https://www.lfd.uci.edu/~gohlke/pythonlibs/#h5py
|
||||
#pip install h5py-3.6.0-cp37-cp37m-win32.whl
|
||||
#image-classifiers
|
||||
|
||||
fastapi
|
||||
uvicorn
|
||||
torchvision
|
||||
transformers
|
||||
sklearn
|
||||
Reference in New Issue
Block a user