Compare commits

...

4 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
4 changed files with 13107 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{ {
"fund_codes": [ "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

1
run.sh
View File

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