Compare commits

..

6 Commits

Author SHA1 Message Date
ed41259d7c 2025-11-23 06:45:27.321246584 2025-11-23 06:45:27 +08:00
d0fcc2cd47 add 006331 2025-11-23 06:44:45 +08:00
191208c230 2025-11-22 20:54:45.352661183 2025-11-22 20:54:45 +08:00
ffcabf8b33 run.sh 2025-11-22 20:52:08 +08:00
ea113c77d7 git ignore 2025-11-22 20:50:51 +08:00
db4d036252 remove vscode 2025-11-22 20:50:34 +08:00
6 changed files with 13109 additions and 6 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.venv/
.vecode/
.vscode/

View File

@@ -1,4 +0,0 @@
{
"python-envs.defaultEnvManager": "ms-python.python:venv",
"python-envs.pythonProjects": []
}

View File

@@ -1,5 +1,6 @@
{
"fund_codes": [
"014847"
"014847",
"006331"
]
}

8802
output/006331.json Normal file

File diff suppressed because it is too large Load Diff

4302
output/014847.json Normal file

File diff suppressed because it is too large Load Diff

2
run.sh Executable file → Normal file
View File

@@ -1,3 +1,5 @@
sudo git pull
source .venv/bin/activate
python main.py
sudo git add .
sudo git commit -m "$(date '+%Y-%m-%d %H:%M:%S.%N')"