HomeworkToNotion
HomeworkToNotion
Automating assignment management by integrating Canvas and Gradescope with Notion

HomeworkToNotion is a Python-based automation tool that seamlessly integrates educational platforms (Canvas, Gradescope) with Notion to streamline assignment management for students.
Overview
This script fetches assignments from Canvas and Gradescope, determines if they're within a specified timeframe, checks submission status, and updates or creates corresponding pages in a Notion database. It also archives old assignments based on their due dates, helping students maintain an organized workflow.
Key Features
Technical Implementation
The project utilizes asynchronous programming for efficient network I/O operations, leveraging Python libraries like aiohttp, canvasapi, and custom modules for Gradescope integration. It's designed with a structured approach for deployment as an AWS Lambda function that runs on a schedule, keeping your Notion database constantly updated with the latest assignment information.
Configuration
The tool is highly configurable through environment variables, allowing users to customize integration points, archive limits, and database connections. Setup requires API credentials for Canvas, Gradescope login information, and Notion integration tokens to establish secure connections with each platform.
Benefits
HomeworkToNotion eliminates the manual effort of tracking assignments across multiple platforms, ensuring students never miss deadlines and can focus on their coursework rather than administrative tasks. The automation helps maintain a single source of truth for all academic responsibilities in Notion, where further organization and note-taking can happen seamlessly.