An open API service indexing awesome lists of open source software.

https://github.com/j2kun/canvas-scripts

Helpful scripts for working with Canvas
https://github.com/j2kun/canvas-scripts

Last synced: over 1 year ago
JSON representation

Helpful scripts for working with Canvas

Awesome Lists containing this project

README

          

# Canvas scripts

Helpful scripts for working with Canvas.

## Setup

```bash
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
```

Create a file called `.env`

```
CANVAS_URL=""
CANVAS_TOKEN=""
```

## Download all gradebooks

Run

```bash
python download_gradebook.py
```

If it's your first time running this script, you will be asked to log in
to your Google account to authorize Google Drive Api to access and modify your Drive account.

Run the script a second time after authorizing to upload the gradebook to your Drive.