MediaWiki

BatchUpload.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 October 2025

  • curprev 17:5417:54, 6 October 2025 HMHTEST talk contribs 2,972 bytes +2,972 Created page with "import csv import os import requests # === KONFIGURATION === WIKI_API_URL = "https://illus.twainframe.org/api.php" WIKI_USERNAME = "" WIKI_PASSWORD = "" CSV_PATH = r"D:\DRK und UNI\UNI\Englisch\VM lit\ILLIT\Job\Tutorial\Catalog.csv" BILDER_VERZEICHNIS = r"D:\DRK und UNI\UNI\Englisch\VM lit\ILLIT\Job\Tutorial\01BilderUpload" # === LOGIN === session = requests.Session() # Login-Token holen res = session.get(WIKI_API_URL, params={ "action": "query", "meta": "toke..."