waxisien / skycrawler

An almost accurate world-picture of latest high-rise developments

Home Page:http://skycrawler.fnitzsche.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skycrawler

Build Status Coverage Status

A crawler and a webpage to display latest worldwide highrises developments. Data fetched from skyscrapercity.com forum.

drawing

Companion of skycrawler-react.

How to use

Setup

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

Flask server

python bin/dev_server.py

Admin app

export SKY_ADMIN_SETTINGS=../conf/admin.cfg
python skycrawler/admin.py

Unit tests

pip install pytest
pytest tests/

About

An almost accurate world-picture of latest high-rise developments

http://skycrawler.fnitzsche.com


Languages

Language:Python 97.8%Language:Dockerfile 1.7%Language:HTML 0.4%