From 6cf18a8725e4ececf22be71c8d8fe35823b34b1d Mon Sep 17 00:00:00 2001 From: Eli Schiff Date: Fri, 5 Jun 2020 21:49:18 -0400 Subject: [PATCH] improved readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4f30ae..6a2fa88 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# rpi-class-search-to-json -Scrapes https://sis.rpi.edu and returns a json for all the courses being offered for a specific semester +# QuACS Scrapers + +This project consists of the 3 scrapers used by QuACS + +The catalog_scraper collects data from the rpi course catalog http://catalog.rpi.edu/ and outputs a json + +The sis_scraper collects course data from https://sis.rpi.edu and outputs a json + +The transcript_scraper converts a html version of a transcript downloaded from sis into a json