DEV Community

Gareth M.
Gareth M.

Posted on

hw-manager: Canvas assignments and todo list application.

About

hw-manager is a Flask application that helps organize class assignments and has a basic todo list feature. It uses the Canvas API.

Usage

The API token and URL for your school's Canvas page can be entered on the setup page.

GitHub logo gbafana25 / hw-manager

View Canvas assignments and create to-do list.

hw-manager

Flask-based frontend to view Canvas assignments. Try here

Stored Cookies

  • token: Canvas API token
  • url: Canvas page url
  • todo: array of todo list items
  • removed-classes: list of course ids to hide

TODO:

  • handle server errors when token not found
  • remove to do list not found print statement



Top comments (0)