Browse Source

add main_taobao.py

Ben 5 months ago
parent
commit
a27b49516f
5 changed files with 117 additions and 1 deletions
  1. BIN
      .DS_Store
  2. 3 1
      .gitignore
  3. 112 0
      main_taobao.py
  4. BIN
      output_卡奇尔.xlsx
  5. 2 0
      parse_params.py

BIN
.DS_Store


+ 3 - 1
.gitignore

@@ -159,4 +159,6 @@ cython_debug/
 #  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
 #  and can be added to the global gitignore or merged into this file.  For a more nuclear
 #  option (not recommended) you can uncomment the following to ignore the entire idea folder.
-#.idea/
+#.idea/
+
+.DS_Store

File diff suppressed because it is too large
+ 112 - 0
main_taobao.py


BIN
output_卡奇尔.xlsx


File diff suppressed because it is too large
+ 2 - 0
parse_params.py