/redfin_houses

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

redfin_houses

Python library to retrieve house information from Redfin.

Setup and install

python -m venv venv
. venv/bin/activate
python setup.py build
python setup.py install
pip install -r requirements.txt

Use

  • look at examples dir