Special

Main public logs

Combined display of all available logs of Illustrations in German Translations of Mark Twain's Works. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:54, 6 October 2025 HMHTEST talk contribs created page MediaWiki:BatchUpload.js (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...")