2. It then searches for your classes that you are currently enrolled in (In my case I have it set to Spring 2026)
3. After that, it finds your "current_grade" for each class and saves it to the Shortcuts folder inside your ICloud Drive
5. Inside your shortcut app on IOS, you can create a shortcut that sends the grades to your phone as a text message each week
git clone https://github/jonahmabry/grade_tracker.git
cd grade_trackeruv sync
source .venv/bin/activateCreate a .env file with your Canvas API key
Your .env file should look like:
CANVAS_TOKEN={your_canvas_api_token}