Manual:Pywikibot/pwb.py

This page is a translated version of the page Manual:Pywikibot/pwb.py and the translation is 25% complete.

pwb.py is a wrapper script and script entry point of Pywikibot .

使用法

Run scripts using:

$ python pwb.py <pwb options> <name_of_script> <options>

and it will use the package directory to store all user files, fix up search paths so the package does not need to be installed, etc.

Currently <pwb options> are global options. This can be used for tests to set the default site like (see T216825):

$ python pwb.py -lang:de bot_tests -v

As a site package you may call the wrapper script as:

$ pwb <pwb options> <name_of_script> <options>

When running on a local Linux platform, you might define the pwb command as:

alias pwb='/users/username/pywikibot/pwb.py'