python-stactic-ui-scraper

Example scraper

Run requirements

python 3 

1. Running server

cd to src/static-site/ directory run commands
python python-web-server.py

helpful commands

  • lsof -ti:8080 | xargs kill
    • Kills process on port 8080