emmastotz / block

Block 2.0
http://block.frankiefigs.com/
0 stars 1 forks source link

Scrape rate my professor #19

Closed Frankie-Figz closed 4 years ago

Frankie-Figz commented 4 years ago

Iterating over all instructors in the database go scrape the "rate my professor website" for the following fields:

Rating Average difficulty

image

Frankie-Figz commented 4 years ago

The latest commit adds three columns to the instructors table: "rating", "difficulty" and "take_again_percentage".These columns are later updated by running the python script.

Frankie-Figz commented 4 years ago

To install python dependencies run: pip install -r requeriments.txt