Skip to content

wearemolecule/web-scraping-iso-prices

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISO Web Scraper

A simple scraper for getting Real Time LMP prices from

  • ERCOT
  • PJM
  • ISONE
  • NYISO

It uses Beautiful Soup and Flask libraries to extract data and render a simple page. I built it as a kind of prototype for the developers at my company working on a larger project.

Using/Installing the application

To install it to a local machine:

  • Install Python 3.5 (I haven't tested with 2.7)
  • git clone https://github.com/garyherd/web-scraping-iso-prices.git
  • Install and activate a virtual environment. I did this on a Windows machine:
    • Navigate into project folder

    • From cmd prompt type:

      >python -m venv venv
      >venv\Scripts\activate
      >pip install -r requirements.txt
      
  • To run it on a local webserver:

About

web scrape of four ISOs to get the current RT wholesale prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.2%
  • HTML 45.8%