Fork of https://github.com/Artucuno/Compasspy as it no longer works.
Simplest and probably only working Python Package to scrape compass.education
pip install -U git+https://github.com/Jake4353/Compasspy-Cloudflare
from compasspy.client import Compass
# school domain is the "ExampleSchool".compass.education
client = Compass('<School Subdomain>', '<Authentication Cookie>')
client.login()