PDD 商品list数据解析

Ben 9b8055ff8e first commit 10 months ago
.gitignore 9b8055ff8e first commit 10 months ago
README.md 9b8055ff8e first commit 10 months ago
data.json 9b8055ff8e first commit 10 months ago
main.py 9b8055ff8e first commit 10 months ago
output_卡奇尔.xlsx 9b8055ff8e first commit 10 months ago
requirements.txt 9b8055ff8e first commit 10 months ago
test.py 9b8055ff8e first commit 10 months ago

README.md

kaqier

PDD 商品数据解析

开发与测试

1、创建虚拟环境

python3 -m venv venv # 创建环境
. venv/bin/activate # 激活环境
deactivate # 退出环境

2、安装依赖

pip3 install -r requirements.txt

3、导出依赖

pip3 freeze > requirements.txt

4、运行与测试

python3 main.py