Skip to content

moriW/tb_backend_cate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tb_backend_cate

Get Taobao Backend Spu Category with ALL attribute and ALL specifications

淘宝的部分后端类目 以及全部类目的 属性规格

旨在为做电商的朋友们帮点小忙, 后端的spu 和 sku分类是个挺大的问题, 如果有这个数据 应该会简单很多

Step

I personally recommend run script on iPython

  1. Download Chrome Driver

  2. Set Chrome Driver Path On iPython

chrome_driver_path = './chromedriver'
  1. run script in main.py
from main import *
  1. login on the chrome tab

  2. chose a category and run the script

run3()

PS: It may STOP when the launch page is the old one

PPS: It also STOP when the category need some certify to launch

步骤

个人推荐iPython交互环境下运行

  1. 下载Chrome 驱动

  2. 环境内设置驱动路径

chrome_driver_path = './chromedriver'
  1. 执行main
from main import *
  1. 在打开的页面中登录账号

  2. 选定好类目然后执行代码

run3()

About

淘宝的部分后端类目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages