Gigahawk / canvas-file-scraper

Python script to scrape files from Canvas
GNU General Public License v3.0
15 stars 10 forks source link

Canvas File Scraper

This repo hosts a simple python script to download all available files in all courses on your Canvas page.

Dependencies

If you use pipenv you can just run pipenv install to setup the environment.

Usage

python canvas-scraper.py <CANVAS_API_KEY>

For info on how to get an API key please refer to the Canvas Dev course

Todo