Scrape Truila for homes(House, Condo, Townhome, Multi-Family, Land, Mobile/Manufactured) and will give you a csv file sorted by date.
usage: trulia [-h] [-s STATE] [-c CITY] [-b] [-min MIN] [-max MAX] [-o OUT]
optional arguments:
-h, --help show this help message and exit
-s STATE, --state STATE
state name. e.g. NY
-c CITY, --city CITY city or borough name. e.g. Manhattan
-b, --beds beds number, to increase -bbbb = 4 beds
-min MIN minimum price 100
-max MAX max price 100000
-o OUT, --out OUT file name
pip install -r requirements.txt
python main.py -s NY -c Manhattan -bbb -min 15000 -max 1900000
- Mohamed Salah - Gitexel