Skip to content

Instantly share code, notes, and snippets.

View mansooralam's full-sized avatar
🏠
Working from home

Mansoor Alam mansooralam

🏠
Working from home
View GitHub Profile
@mansooralam
mansooralam / zillowMiner.py
Created May 6, 2015 04:51
Quick helper script for mining zillow data / commute times
"""
quick script put together to scrape zillow listing data
at the very least it functions so you don't need to go back and forth to calculate commute times
very messy... maybe i'll revisit this someday
"""
import requests
import re
import csv