Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 427 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 427 Bytes

SIS-Evaluations-Scraper

A web scraper that grabs course evaluation data from UVA's Student Information System

Installation

Install the selenium and yaml packages.

pip install selenium

pip install pyyaml

Open the credentials.yml file. Enter your NetBadge computing ID and password where presented.

This .yml file keeps your credentials out of the python script. Be sure not to share the .yml file with anyone.