ben 86867fcbf6 | ||
---|---|---|
.gitignore | ||
README.md | ||
breidholt.csv | ||
breidholt.json | ||
breidholt.json.complete | ||
fasteign.py | ||
fix_dates.py | ||
get_stats.py | ||
requirements.txt |
README.md
fasteign
Quick script to scrape Fasteignarvefur Mbl.
Usage
Go www.mbl.is/fasteignir and create a search you are interested in. Copy the url into the parameter in fasteign.py
.
Code quality
Not great, but it works. Actually, it's terrible. Leave this alone.
If in doubt..
Compare json files with this
jq --argfile a breidholt.json --argfile b ../breidholt.json.filled.out.15.07.2019 -n '($a | (.. | arrays) |= sort) as $a | ($b | (.. | arrays) |= sort) as $b | $a == $b'