Implemented by Python
Collecting sales data from <http://salesweb.civilview.com/>
Counties supported:
- Morris
- Essex
- Bergen
pip https://pip.pypa.io/en/stable/installing/
- Scrapy http://scrapy.org/ Install: $ pip install scrapy
- Selenium https://pypi.python.org/pypi/selenium Install: $ pip install selenium
- PhantomJS Install: $ sudo pkg install phantomjs
- gspread [Google Spreadsheets Python API https://github.com/burnash/gspread] Install: $ pip install gspread
- Obtain OAuth2 credentials from Google Developers Console [http://gspread.readthedocs.io/en/latest/oauth2.html]
- pyzillow https://pypi.python.org/pypi/pyzillow/0.5.5 Install: $ pip install pyzillow
- Obtain zillow's API http://www.zillow.com/howto/api/APIOverview.htm
- Open Shell
- cd ScrapyCounty/
- scrapy crawl morris -o morris_items.csv
- scrapy crawl essex -o essex_items.csv
- scrapy crawl bergen -o bergen_items.csv
- Open google_sps.py
- Command + B