Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.31 KB

Residential Electricity Price Scraping - UC Berkeley

Web scraping residential electricity prices in the United States.

  1. Massachusetts
  2. Connecticut
  3. Texas (Incomplete)
  4. New York (Incomplete)

Installation

  1. Download the project repository
git clone https://github.com/theharshgupta/urap-scrape.git
cd urap-scrape
  1. Make sure Python 3 is set Download Python

  2. Downloading dependencies

    1. Download Chromedriver 76 or before (for Mac/Windows/Linux). Unzip this and add chromedriver file to the project folder

    2. Install project dependencies from requirements.txt using pip install -r requirements.txt (make sure when you run this command from your terminal, you are in your project directory) [Note: Use pigar to generate new requirements.txt]

Massachussets

MA Instructions

Connecticut

CT Instructions

Texas

TEXAS Instructions

New York

NEW YORK Instructions