Frequently asked questions#

How to speed up Pywikibot?
The bot cannot delete pages

Your account needs delete rights on your wiki. If you have setup another account in your user_config use -user Global options to change it. Maybe you have to login first.

ERROR: Unable to execute script because no *generator* was defined.

Using -help option is a good way to find all generators which can be used with that script. You can also find all generator options and filter options at pywikibot.pagegenerators module. See also Page Generators for additional information.

pywikibot.i18n.TranslationError: No English translation has been defined

It can happen due to lack of i18n submodule or files. Update i18n submodule or download these files first. See also: i18n manual.