Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 320 Bytes

Web Scraping Craigslist With Scrapy


Overview

I created a simple script that scraped the first page of used items in my local area. I then cleaned the data and peformed some exploratory data analysis on it.

Installation

You will need to install the Scrapy framework to execute the code. https://scrapy.org/.