/FAQs-scraper

FAQs scraper using scrapy from helpcenters URL

Primary LanguagePython

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