To install all required libraries for crawling, run:
pip install -r requirements-crawl.txt
To install all required libraries for analysis, run:
pip install -r requirements-analysis.txt
You can run a crawl locally by running:
scrapy crawl donedeal -o donedeal.jl && \
scrapy crawl carsireland -o carsireland.jl && \
scrapy crawl autoevolution -o autoevolution.jl
You can also push these spiders to scrapinghub and running them there by using
the shub tool and modifying
scrapinghub.yml
to point to your own project.
You can run analysis on the data by running jupyter notebook
and opening the
Irish Car Market
notebook