8000 GitHub - alientechsw/RedfinPlus: A wrapper for redfin apis and a web page enhancer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alientechsw/RedfinPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RedfinPlus

redfin.com is a fantastic source of information on housing. Their redfin-datacenter is another great data source on trends and market research. I've used their website, and their agents to purchase my first house.

This RedfinPlus is a Python 2.7 wrapper for redfin.com apis. It helps run daily searches to find new houses, and apply your own score function to filter and sort search results. It also has a tampermonkey web page enhancer that adds score funtion results and some missing information from (AreaVibes and SpotCrime).

more details on the Redfin REST API is in the docs folder

Development

install a virtual envirnoment and load the requirements with the following commands

pip install --upgrade virtualenv
virtualenv .venv
pip install -r src\requirments.txt

you may run the tests with

python src\HouseScore_tests.py

About

A wrapper for redfin apis and a web page enhancer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0