/craigslist_apartments

very simple demo of a qri-recipe

Primary LanguagePython

Craigslist Apartments Recipe ☮ 🛋

This repo provides a very basic demo recipe that retrieves items from a craigslist search results page creates a qri dataset according to the schema specified by the schema within structure.json.

Requiremnts

Usage

  1. clone the repo and cd to the project
git clone https://github.com/qri-recipes/craigslist_apartments.git
cd craigslist_apartments
  1. Install any missing python dependencies
pip install -r requirements.txt
  1. execute script
python cl_apartment_recipe.py

Customization

(TODO)

  • change url/search page
  • change number of pages
  • adding fields to the schema
  • reuse for different websites, new recipes