calpoly-csai / cal-poly-knowledge-graph

3 stars 9 forks source link

Music Professor Scraper #7

Closed Xeygy closed 2 years ago

Xeygy commented 2 years ago

Created scraper for music department website.

Tests

  1. Run python app.py
  2. Run the following query:
    {
    professor(name:"David Arrivée") {
    edges {
      node {
        name
        bio
      }
    }
    }
    }
  3. Ensure that a professor with the specified name exists.