TibiaWikiTools

A collection of scripts to perform automatic updates or maintenance.

0
0
0
Python
public

TibiaWikiTools

Collection of scripts and tasks to do automatic updates or maintenance to TibiaWiki.

Configuration

Two files must be created in the root directory in order to run this.

user-config.py

This file defines the wiki definition to be used.

family = 'tibiawiki'
mylang = 'en'
usernames['tibiawiki']['en'] = 'Username'
password_file = 'user-password.py'

user-password.py

The credentials to use.

("Username", BotPassword("BotUser", "Token"))
v0.3.3[beta]