-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json.example
34 lines (30 loc) · 920 Bytes
/
config.json.example
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
{
"dry": false,
"debug": false,
"twitter": {
"consumer_key": "KEY",
"consumer_secret": "SECRET",
"access_token": "TOKEN",
"access_token_secret": "SECRET"
},
"wikipedia": {
"protocol": "https",
"server": "en.wikipedia.org",
"path": "/w",
"debug": false,
"username": "USERNAME",
"password": "PASSWORD",
"userAgent": "USERNAME (USERPAGE URL) / nodemw",
"concurrency": 5
},
"nick": "wpstubs-bot",
"tweet": "Someone created a Wikipedia article about \"{{{title}}}\". Help expand it! {{#hashtags}}#{{.}} {{/hashtags}}{{&link}}",
"urlparams": "src=wpstubs&tour=firstedit",
"ignorelist": [
"wikiproject banner shell",
"wikiproject shell banner",
"wikiprojectbannershell",
"wikiproject articles for creation",
"wikiproject cleanup listing"
]
}