Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 419 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 419 Bytes

FAQ scraper

Introduction

This project using Scrapy tool to scrap FAQs from companies' helpCenters.

Build the docker image

To build the image run:

$ docker build -t scraping.

Run spider

$ docker run scraping spider-name

to run one of the examples

$ docker run scraping zappos

Extra

you can use Mongodb pipeline, by simply changing the pipelines in settings.py