Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 856 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 856 Bytes

Italian-real-estate-scraper

Real estate spider made by using Scrapy framework

Run Locally

Clone the project

  git clone https://github.com/maxcohen31/Amazon-book-scraper.git

Setup a virtual enviroment

To set up a virtual enviroment you can either use

virtualenv realestatescraper ; source bin/activate
pip install scrapy

or

python3 venv -m realestatescraper ; source bin/activate
pip install scrapy

Go to the project directory

  cd Italian\ Real\ Estate/realestate/spiders

Run the crawler - links

  python3 real_estate_link_extractor.py

Run the crawler - properties

  python3 real_estate_scraper.py

Disclaimer

This code is for teaching purpose only. I will not be liable for any damages you may suffer from modifying, using or distributing this script.