/canvas-cli

🏫 🔅Command line utility to interact with the Canvas learning platform

Primary LanguagePython

canvas-cli

Example with wtfutil

Configuration

Go to your Canvas Account > Settings > Approved Integrations > New Access Token and copy your token.

Enter this into config.yaml with the Canvas domain you are targeting

default: &default
  canvasdomain: ""
  canvastoken: ""

Usage

canvas-cli is a command line tool to fetch and display basic information from your canvas account.

Here are the current working actions:

-list

  • courses
  • assignments <-courseID courseid>

-summary

-download

  • file

-grades

-calendar

Dependencies

calcurse for viewing calendars in the terminal