JS files in
/jsare loaded through a canvas lms template.
The canvas.py file is a CLI which lets you export canvas assignments to a CSV file.
There are two ways to get the cli working:
- Quickly set up on Repl.it
- Manually install
You can use it by clicking the badge below to open a repl.it:
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