Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 659 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 659 Bytes

really-scrapable-web-app

A web app designed to be scrapable. Great for learning how to scrape in any language.

The really scrapable web app runs on localhost.

How to run

  1. Clone this repo locally:

    git clone [email protected]:matthewhughes/really-scrapable-web-app.git
    
  2. (optional but encouraged) Set up a virtualenv:

    virtualenv really-scrapable-web-app
    cd !$
    . bin/activate
    
  3. Install Python requirements:

    pip install -r requirements.txt
    
  4. Run the server:

    ./run.py
    
  5. Open your web browser and navigate to RSWA:

    http://localhost:5000/