-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathuser-config.py
More file actions
28 lines (24 loc) · 848 Bytes
/
user-config.py
File metadata and controls
28 lines (24 loc) · 848 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
# -*- coding: utf-8 -*-
# ****************************************
# * Pywikibot settings file for this bot *
# ****************************************
# Required by Pywikibot, but not needed for anything we use
mylang = 'en'
family = 'wikipedia'
# Username across the cluster
usernames['wikipedia']['*'] = \
usernames['wikibooks']['*'] = \
usernames['wikinews']['*'] = \
usernames['wikiquote']['*'] = \
usernames['wikisource']['*'] = \
usernames['wikiversity']['*'] = \
usernames['wikivoyage']['*'] = \
usernames['wiktionary']['*'] = \
usernames['test']['*'] = \
'Community Tech bot'
# Secret password file, see
# https://www.mediawiki.org/wiki/Manual:Pywikibot/BotPasswords
# for instructions
password_file = 'user-password.py'
# Setting this to True generates lots of debug output
verbose_output = False