Web scraping residential electricity prices in the United States.
- Massachusetts
 - Connecticut
 - Texas (Incomplete)
 - New York (Incomplete)
 
- Download the project repository
 
git clone https://github.com/theharshgupta/urap-scrape.git
cd urap-scrape- 
Make sure Python 3 is set Download Python
 - 
Downloading dependencies
- 
Download Chromedriver 76 or before (for Mac/Windows/Linux). Unzip this and add
chromedriverfile to the project folder - 
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] 
 -