The unofficial API for SchoolLoop, for Python users
This project is maintained by hkamran80
A Python module for accessing SchoolLoop!
Login function MUST be declared before running ANY functions
ONLY TESTED WITH STUDENT ACCOUNTS!
git clone https://github.com/hkamran80/schoolloop-pythoncd schoolloop-pythonpython3 setup.py install
grades = sl.get_grades(). Variable can be anything[Period Number, Class Name, Teacher's Name, Grade (percentage), Grade Letter]homework = sl.get_homework(). Variable can be anything[Assignment, Class, DueDate, Due]. DueDate is a STRING formatted: {YEAR}-{MONTH}-{DAY}. Due is an INTEGER (0 = Not due in next two days, 1 = Due today, 2 = Due tomorrow).