/new_scrapestat

Had to create a new virtual env after updating to OS X Mavericks

Primary LanguagePython

Purpose:

Creating this script to scrape stats from this URL: http://www.westcoastroasting.com/.

Dependencies:

Requires Scrapy (http://scrapy.org/)

Developed using my scrapestat virtual environment.

Instructions:

  1. Enter the scrapestat environment: $> workon scrapestat

  2. Go to $HOME/PyDevel/scrapestat/westcoastroasters and run the spider: $> scrapy crawl wcr

  3. If you want to export to json: $> scrapy crawl wcr -o top_selling_beans.json -t json