qbcir / wildberries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup:

  1. Install docker: https://docs.docker.com/install/
  2. Install python requirements:
pip3 install -r requirements.txt

Running:

  1. Launch splash
docker run -p 8050:8050 scrapinghub/splash
  1. Start parser:
scrapy crawl shoes_spider -o result.json -t jsonlines
  1. Results json will contain results

About


Languages

Language:Python 100.0%