Skip to content

nicholasdry/Sakai-Grade-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sakai-Grade-Checker

A python script for Rutgers students which checks a specific gradebook at a certain time interval and notifies the student by text message, email, or macOS notificiation if their grade has changed.

Requirements

In order to use the Firefox driver for this script, you need an older version of Firefox, I recommend 24.0 because it is compatible with Selenium.

The dependencies needed are: Selenium (for web authentication)

pip install selenium

BeautifulSoup (for web scraping)

pip install BeautifulSoup

Twilio REST API (for text messages)

pip install twilio

About

An application which automatically checks the Sakai gradebook for updated grades.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages