This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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', |