# newegg **Repository Path**: LicwStack/newegg ## Basic Information - **Project Name**: newegg - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.运行run.sh删除杂余文件 2.在get_items.py中替换抓取URl以及页码,运行get_items.py抓取产品id 3.运行get_info.py抓取产品信息 将2、3分开是因为开始的时候抓取id不全,现在可以合并; 抓取产品信息有个异常,字符编码解码问题,我没时间解决,你可以顺便看看。