Skip to content

Web scrapers for the RCOS project Correcting Rensselaer's Insufferable SIS (CRISIS)

Notifications You must be signed in to change notification settings

rpi-crisis/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRISIS Scrapers

This repository contains the web scraper utilities to scrape the data (course, major, minor, HASS, etc.) from various RPI webpages and compile it into a useful format.

Scrapers

  • Individual courses
  • Major
  • Minor
  • HASS Pathways

Infrastructure

Getting set up

Make sure you have python and pip installed first before running the following.

git clone git@github.com:rpi-crisis/scraper.git
cd scraper/
python -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt

To run the course scraper:

python src/course.py

About

Web scrapers for the RCOS project Correcting Rensselaer's Insufferable SIS (CRISIS)

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages