Skip to content

Galarzaa90/TibiaWikiTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"))

About

A collection of scripts to perform automatic updates or maintenance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors