-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.template
More file actions
37 lines (35 loc) · 893 Bytes
/
config.json.template
File metadata and controls
37 lines (35 loc) · 893 Bytes
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
{
"nick": "yourIrcNickHere",
"accounts": [
{
"consumer_key": "",
"consumer_secret": "",
"access_token": "",
"access_token_secret": "",
"template": "{{{page}}} Wikipedia article edited anonymously from {{{name}}} {{&url}}",
"ranges": {
"US House of Representatives": [
"143.231.0.0/16",
"137.18.0.0/16",
"143.228.0.0/16",
"74.119.128.0/16",
["12.185.56.0", "12.185.56.7"],
["12.147.170.144", "12.147.170.159"]
],
"US Senate": [
"156.33.0.0/16"
]
},
"throttle": false,
"namespaces": ["article", "file", "media", "main"],
"whitelist": {
"English Wikipedia": {
"Sherrod Brown": true,
"Maria Cantwell": true,
"Ben Cardin": true,
"Tom Carper": true
}
}
}
]
}