Best Flask open-source libraries and packages

Skycrawler

An almost accurate world-picture of latest high-rise developments
Updated 1 year ago

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/