Python爬取商品数据可视化

├── app.py
├── configs.py
├── forms.py
├── mydict
├── plots.py
├── proxy.py
├── search.py
├── spider
│   ├── __init__.py
│   ├── amazon.py
│   ├── jd.py
├── sql
│   ├── __init__.py
│   ├── db.py
├── templates
│   ├── 404.html
│   ├── 500.html
│   ├── base.html
│   ├── index.html
│   ├── info.html
│   └── search.html