Skip to content

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

License

Notifications You must be signed in to change notification settings

Thetwam/canvas-mock-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages