Handbuch:Pywikibot/xmlreader.py
Wikimedia Git repository has this file: pywikibot/xmlreader.py |
xmlreader.py ist ein Pywikibot -Modul, welches verwendet wird, um XML-Dumps zu lesen.
Jedes XmlEntry-Objekt stellt eine Seite dar, wie sie von einer XML-Quelle gelesen wird.
The XmlDump class reads a pages_current XML dump (like the ones offered on https://dumps.wikimedia.org/backup-index.html) and offers a generator over XmlEntry objects which can be used by other bots.