/jammerwebscraper

Introduction to web scraping with python

Primary LanguageJupyter NotebookMIT LicenseMIT

Jammers Web Scraper

Introduction to web scraping with python

Installation

  1. Install pip and virtualenv to setup requirments and environment
sudo easy_install pip
sudo pip install virtualenv
  1. Utilize local virtual environment to prevent conflict with global pacakges
virtualenv venv
source venv/bin/activate
  1. Install project dependencies
pip install -r requirments.txt