https://github.com/uts-cic/canvas-extract
LA-API: Canvas extract discussions, groups
https://github.com/uts-cic/canvas-extract
Last synced: about 1 month ago
JSON representation
LA-API: Canvas extract discussions, groups
- Host: GitHub
- URL: https://github.com/uts-cic/canvas-extract
- Owner: uts-cic
- License: apache-2.0
- Created: 2019-02-19T23:18:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T23:41:35.000Z (over 7 years ago)
- Last Synced: 2025-03-02T21:15:40.999Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# canvas-extract
Canvas extract discussions, groups
## Node 8.10 Lambda function
This uses serverless to deploy lambda function to AWS and has all the environment variables set via serverless.yml. If you prefer thsi method create a new file serverless.yml
alternavtively this can be set via the .env file
Following evn variables need to be set via .env or via serverless.yml
```
CANVAS_API_HOST:
CANVAS_ACCESS_TOKEN:
CANVAS_FETCH: "discussion_topics"
LRS_URL:
LRS_USERNAME:
LRS_PASSWORD:
DEFAULT_LRS_ACTOR_NAME:
DEFAULT_LRS_ACTOR_EMAIL:
```