Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 582 Bytes

File metadata and controls

16 lines (15 loc) · 582 Bytes

Fork of https://github.com/Artucuno/Compasspy as it no longer works.

Compasspy

Simplest and probably only working Python Package to scrape compass.education

Installation

pip install -U git+https://github.com/Jake4353/Compasspy-Cloudflare

Simple Example

from compasspy.client import Compass
                  # school domain is the "ExampleSchool".compass.education
client = Compass('<School Subdomain>', '<Authentication Cookie>')
client.login()

More Examples | How to get Authentication Cookie