Skip to content

Instantly share code, notes, and snippets.

View Vesihiisi's full-sized avatar

Alicia Fagerving Vesihiisi

  • Göteborg, Sweden
View GitHub Profile
@Vesihiisi
Vesihiisi / check_WLE_id.py
Created May 3, 2020 12:55 — forked from lokal-profil/check_WLE_id.py
Short script for reproducing WLM style reporting pages for Wikidata powered competitions (here WLE in Sweden)
# -*- coding: utf-8 -*-
# python check_WLE_id.py -live -dir:~/Projects/batchUploadTools/
"""Script for updating unused imges/unknonw ids pages for WLE on sv.wp."""
import pywikibot
import wikidataStuff.wdqsLookup as query
SETTING = {
'prop': 'P3613',
'formatter_url': 'http://skyddadnatur.naturvardsverket.se/sknat/?nvrid={}',
'cat': 'Category:Protected areas of Sweden with known IDs',