Skip to content

Monitor the Canvas API documentation and then post detected changes to a Slack channel

Notifications You must be signed in to change notification settings

jessemcbride/canvasapi-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

canvasapi-monitor

Example script output

This script monitors the Canvas API documentation and then posts any detected changes to a Slack channel.

Configuration

Copy settings.template.py into settings.py and then fill out the SLACK_URL field with the URL of your Slack webhook. For more information about Slack webhooks, see their API documentation.

I personally run this script as a cronjob:

$ crontab -e

0 9 * * * python /path/to/monitor.py

About

Monitor the Canvas API documentation and then post detected changes to a Slack channel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages