GideonWolfe / canvas-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 95.2%Language:Shell 4.8%