-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 1.01 KB
/
Copy pathconfig.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"service":"mailgun",
"apikey":"",
"defaultEmailTemplate": {
"from": "default.email.address@not.a.real.domain",
"to": "you@somewhere.place",
"subject": "Watchit: {subreddit} Alert! {count} new posts: {titles}",
"body": "<p>{count} new posts were found on {subreddit}:</p>{posts}",
"post": "<p>{title}<br/>{url}<br/>{permalink}<br/>{ageString}<br/>{comments} comments, expired: {over18}</p>"
},
"watchers": [
{
"subreddit": "buildapcsales",
"interval": 5000,
"emailTemplate": {
"from": "watchit.tests@gmail.com",
"to": "watchit.tests@gmail.com",
"subject": "Watchit: {subreddit} Alert! {count} new posts. {titles}",
"body": "<p>{count} new posts were found on {subreddit}:</p>{posts}",
"post": "<p>{title}<br/>{url}<br/>{permalink}<br/>{ageString}<br/>{comments} comments, expired: {over18}</p>"
},
"filters": [
{
"domain": ["amazon", "newegg", "evga", "gpushack",
"staples", "ebay", "bestbuy"],
"title": ["GPU"]
},
{
"score": 100,
"comments": 16
}
]
}
]
}