https://github.com/stdavis/house-hunter
A python script to scrape utahrealestate.com since their search is horrible.
https://github.com/stdavis/house-hunter
Last synced: about 2 months ago
JSON representation
A python script to scrape utahrealestate.com since their search is horrible.
- Host: GitHub
- URL: https://github.com/stdavis/house-hunter
- Owner: stdavis
- Created: 2013-04-22T18:11:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T12:59:01.000Z (almost 12 years ago)
- Last Synced: 2025-02-10T03:42:02.457Z (3 months ago)
- Language: Python
- Size: 543 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
house-hunter
===========A python script to scrape utahrealestate.com since their search is horrible.
Instructions for use for my non-programmer friends
==================================================You'll want to open up houseHunter.py and edit the list of zip codes that it searches for as well as the max price, min lot size and min square footage.
This script requires that you have [Python 2.*](http://python.org/download/) installed on your computer.
It also requires these third party python libraries:
- requests
- BeautifulSoupTo run the script, you need to open your command window and browser to the folder that the script is in and run:
```
houseHunter.py
```It will then start a process that crawls the utahrealestate.com website every 15 minutes and sends you an email whenever it finds a new house. It stores a list of the houses that it has found in a .pkl file in the same directory as the script. That way if you need to stop it and restart it, it won't send you all of the houses again. It will also send you an email if a house has changed it's price or has gone off of the market.
This is something that I've just thrown together and comes with no guarantees. However, it's working well for us and has saved us lots of time searching on our own.