This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 |