A crawler and a webpage to display latest worldwide highrises developments. Data fetched from skyscrapercity.com forum.
Companion of skycrawler-react.
mkvirtualenv -p `which python3.7` skyscraper
pip install -e .
Set SQLite path:
export SKYCRAWLER_DB=<your SQLite db path>
Get data:
./scripts/searchengine.py --init-db
python bin/dev_server.py
export SKY_ADMIN_SETTINGS=../conf/admin.cfg
python skycrawler/admin.py
pip install pytest
pytest tests/