Simple implementation of python flask application
using web scraping to pull content from another hosted site
and rendering it
clone code base
set up project by creating a virtual environment
and running
pip install -r requirements.txt
python webscraper.py
results will be rendered on a http connection at:
This code is primarily for the purpose of demonstrating simplified python
web deployment using flask and a simple wsgi library