Manual:Pywikibot/Overview/de
File:Pywikibot MW gear icon.svg |
Handbuch:Pywikibot |
---|
|
· <span style="" title="<translate nowrap> Edit this template</translate>"><translate> e</translate> |
Pywikibot is a Python library and collection of tools that automate work on MediaWiki sites. Originally designed for Wikipedia, it is now used throughout the Wikimedia Foundation's projects and on many other MediaWiki wikis.
Das Projekt wurde 2003 gestartet und befindet sich gerade in der Kernversion 9.0.0. It features full API usage and is up-to-date with new MediaWiki features and a Pythonic package layout. Aber es läuft auch mit älteren Installationen von MediaWiki 1.23 oder besser.
Pywikibot unterstützt Microsoft Windows, macOS und Linux, wenn es mit einer kompatiblen Version von Python verwendet wird. It should also work on any other operating system that has a compatible version of Python installed. Um zu prüfen, ob und welche Version von Python Sie installiert haben, schreiben Sie einfach "python" in die Shell-Eingabeaufforderung.
<translate> {{<tvar name=1>ll|Manual:Pywikibot/Compatibility</tvar>|Python <tvar name=2>3.7</tvar> or higher}} is currently required to run the bot.</translate>
Python can be downloaded here.
Download
$ python -m pip install pywikibot
For more information, see here.
Bestandteile
Two master folders are present in the library archive:
pywikibot
contains all the master files, that will interact with MediaWiki websites.
It's the master part of the library: they're used when you load PWB in your own Python scripts and when you launch plug-and-play tools.
scripts
contains already written, known and proven scripts.
They are ready to be used. See the list and docs for each one in Handbuch:Pywikibot/Skripte .
See also
Lizenz
Hier kannst du die LICENSE-Dateien für Pywikibot ansehen.
Andere Lizenzen
- pywikibot/userinterfaces/win32_unicode.py basiert auf mit CC BY-SA 3.0 lizenziertem Code.