generated from MuckRock/documentcloud-hello-world-addon
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
41 lines (40 loc) · 1.45 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
title: "Klaxon Cloud: Site Monitor and Alerts"
description: >-
Klaxon enables reporters and editors to monitor scores of sites and files on the web for newsworthy changes.
Get email notifications when something changes. Provide a CSS selector to only monitor
portions of a page you are interested in. You may supply * to monitor the entire page, but you may receive alerts for trivial changes.
Email alerts are sent to the primary email address on your DocumentCloud account.
To get started, copy the bookmarklet [Add to Klaxon][1] to your bookmarks,
visit a page you are looking to monitor, and then click on the bookmark to activate Klaxon.
[1]: javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://documentcloud-klaxon.s3.amazonaws.com/inject.js';})();
instructions: ''
type: object
properties:
site:
title: Site
type: string
format: uri
selector:
title: Selector
type: string
description: CSS Selector on the page you would like to monitor.
filter_selector:
title: Filter
type: string
description: 'Optional HTML tag that you want to filter out from being compared. Ex: Type a for <a> tags'
slack_webhook:
title: Slack Webhook
type: string
format: uri
description: Enter a slack webhook to enable Slack notifications
required:
- site
- selector
categories:
- monitor
eventOptions:
name: site
events:
- hourly
- daily
- weekly