/really-scrapable-web-app

A web app designed to be scrapable.

Primary LanguagePythonMIT LicenseMIT

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 git@github.com: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/