Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 678 Bytes

canvas-buddy

Python script for accessing canvas grades

How to install

  • 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!

Requirements

  • Working version of python 3.5 $ brew install python3
  • The python requests library $ pip3.5 install requests