Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galarzaa90/tibiawikitools
A collection of scripts to perform automatic updates or maintenance.
https://github.com/galarzaa90/tibiawikitools
Last synced: about 1 month ago
JSON representation
A collection of scripts to perform automatic updates or maintenance.
- Host: GitHub
- URL: https://github.com/galarzaa90/tibiawikitools
- Owner: Galarzaa90
- Created: 2021-08-20T00:10:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T05:48:53.000Z (over 2 years ago)
- Last Synced: 2024-10-14T05:43:08.816Z (2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.```python
family = 'tibiawiki'
mylang = 'en'
usernames['tibiawiki']['en'] = 'Username'
password_file = 'user-password.py'
```### user-password.py
The credentials to use.```python
("Username", BotPassword("BotUser", "Token"))
```