Manual:Pywikibot/pwb.py
Appearance
From mediawiki.org
Languages:
- Deutsch
- English
- français
- русский
- українська
- 日本語
Pywikibot logo |
Pywikibot scripts |
---|
|
v · d · e |
pwb.py is a wrapper script and script entry point of Pywikibot .
Usage
[edit ]Run scripts using:
$ pythonpwb.py<pwboptions><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):
$ pythonpwb.py-lang:debot_tests-v
As a site package you may call the wrapper script as:
$ pwb<pwboptions><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'