Python script for accessing canvas grades
-
Step 1: Download/Clone the repository
-
Step 2: Generate an access token in Canvas. Copy the token! See "Manual Token Generation": Link
-
Step 3: Create a file called auth.py containing:
TOKEN = "<your-access-token>"
-
Step 4: Change the
_ROOT_URL
in canvas.py to match your canvas subdomain. (Optional, utexas by default) -
Step 5: Fire 'er up and check out your grades!
- Working version of python 3.5
$ brew install python3
- The python requests library
$ pip3.5 install requests