cshaley / crawl-cl

Aggregate relevant craigslist search results into a pandas DataFrame
http://craigslist.org
0 stars 1 forks source link

Craigslist Search Aggregator

The purpose of this script is to take your craigslist query, and aggregate results from all over the US, or whichever states you choose, into a pandas DataFrame. It is currently in work, and it is commented beyond belief.

Installation

Change to the directory in which you'd like to save this notebook, then clone into the repository

git clone git@github.com:cshaley/crawl-cl.git

Running

Change into the directory where you cloned this repository, and issue the following command

jupyter notebook crawl_cl.ipynb

Python 2.7

Is used for this notebook.
Thus, when installing any of the Python dependencies, be sure to download the Python 2 versions, and not the "Python" versions, which usually means Python 3.x and up.