Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 365 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 365 Bytes

canvas-mock-data

A series of functions to create realistic-looking mock data in the Canvas LMS

Setup

  1. Install requirements

    pip install -r requirements.txt
  2. Create config.py from template.

    cp config.template.py config.py
  3. Fill in config.py

    API_URL = 'https://example.edu/canvas'
    API_KEY = 'p@$$w0rd'