blob: 7a395e9e83883376fadda88fe4816e5d823f864e (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
import os
console_encoding = 'utf-8'
user_families_paths = [ 'pywikibot-families' ]
password_file = "user-password.cfg"
mylang = 'en'
family = 'ArchiveTeam'
usernames['ArchiveTeam']['en'] = os.environ.get('ATWIKI_EN', '')
# don't wait when doing changes, do them as fast as you can
# comment this if you're going to do a lot of edits, or use
# -put_throttle <number-of-seconds>
put_throttle = 0
#retry_wait = 0
#retry_max = 30
#max_retries = 999
|