Skip to content

j2kun/canvas-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Canvas scripts

Helpful scripts for working with Canvas.

Setup

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

Create a file called .env

CANVAS_URL="<Canvas url here>"
CANVAS_TOKEN="<add secret here>"

Download all gradebooks

Run

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.

About

Helpful scripts for working with Canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages