calpoly-csai / cal-poly-knowledge-graph

3 stars 9 forks source link

Computer science faculty scraper #8

Closed Xeygy closed 2 years ago

Xeygy commented 2 years ago

Created Scraper for the Computer Science Department faculty.

Tests

  1. Run python app.py
  2. Run the following query:
    {
    professor(name:"Paul Anderson") {
    edges {
      node {
        name
        website
      }
    }
    }
    }
  3. Ensure that a professor with that name exists and that they have a website.