Skip to content

kingalfred/canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAS Canvas

JS files in /js are loaded through a canvas lms template.

Cli

The canvas.py file is a CLI which lets you export canvas assignments to a CSV file.

Usage

There are two ways to get the cli working:

  1. Quickly set up on Repl.it
  2. Manually install

Repl.it

You can use it by clicking the badge below to open a repl.it: Run on Repl.it

Manual installation

Clone the repo, install dependencies using pip, then run the cli. (this assumes you have pip installed)

$ git clone https://github.com/kingalfred/canvas
$ cd canvas
$ python -m pip install docopt tqdm
$ python canvas.py --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published