Faq/Wiki/017
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
How do I use a bot (e.g. AWB, PyWikiBot) in this wiki
General
Our wiki is using one of the latest MediaWiki version, so you have first to create an API access for running bots (since MediaWiki 1.27). Go to Special:BotPasswords and create an API access for your bot. If you running a bot in automate mode, please best is to create a separate account and ask a bureaucrat (e.g. User:Dennisroczek) for a bot flag for the new account.
AWB
Ups, because of a bug and MediaWiki version 1.27 this is not possible at the moment, see also Wikimedia's Phabricator T159866 entry (bug ticket). For the case it works for you, please report how.
PyWikiBot
I do use the following (not perfect) configuration for logging into TDFwiki. Both files have to be placed in the root folder of PyWikiBot.
user-config.py
#mylang='en' console_encoding = 'utf-8' password_file = "user-password.py" max_external_links = 4 # used for the dead-link-checker for not overloading one's computer #TDFWIKI mylang = 'TDFwiki' family = 'TDFwiki' usernames['TDFwiki']['TDFwiki'] = u'CleanupBot' family_files['TDFwiki'] = 'https://wiki.documentfoundation.org/api.php' sysopnames['TDFwiki']['TDFwiki'] = u'CleanupBot' # if the bot has admin rights; was needed for delete pages
user-password.py
('TDFwiki', 'TDFwiki', u'CleanupBot', BotPassword(u'CleanupBot', u'very hidden generated great password ;-)'))