A web app designed to be scrapable. Great for learning how to scrape in any language.
The really scrapable web app runs on localhost.
-
Clone this repo locally:
git clone [email protected]:matthewhughes/really-scrapable-web-app.git
-
(optional but encouraged) Set up a virtualenv:
virtualenv really-scrapable-web-app cd !$ . bin/activate
-
Install Python requirements:
pip install -r requirements.txt
-
Run the server:
./run.py
-
Open your web browser and navigate to RSWA:
http://localhost:5000/