Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of -2
1 answer
117 views

I want to upload many files, doing it with HTML UI will require a lot of repetitive actions. How to authorize and upload files programmatically?
Score of 0
1 answer
106 views

I am using the Wikimedia API with Basic Authorization and Cookie-based authentication. Initially, after logging in, I can retrieve the CSRF token without issues. However, after about 1-2 hours, any ...
Score of 2
1 answer
1017 views

I'm attempting to complete an app that I need to download images from Wikimedia Commons using their API, in a similar way to using their online search at https://commons.wikimedia.org/. Using their ...
Score of 0
1 answer
56 views

I am writing my userscript for Wikiedia Commons, for this block: I tried node.click() node.dispatchEvent(new MouseEvent('click')) node.dispatchEvent(new MouseEvent('click', {bubbles: true, ...
Score of 0
1 answer
288 views

I’m trying to write a query that retrieves all the species of flowers in Wikidata. As far as I understood, flowers are represented by class Q506: https://www.wikidata.org/wiki/Q506. Therefore I tried ...
Score of 1
1 answer
281 views

How do I modify the example at https://commons.wikimedia.org/wiki/Commons:API/MediaWiki#Get_files_uploaded_by_a_particular_user to also list the categories each page is in, the wikitext of the page, ...
Score of 0
1 answer
525 views

So I'm trying to get all the picture files names for a wikimedia image search, but I'm only getting 10 results. As an example, I tried running: import json from io import StringIO import pandas as pd ...
Score of -2
1 answer
215 views

I am currently working on a project where I am looking to map out a set of state routes. After picking x amount, I want to construct one aggregate map of those routes so that I can visualize them ...
Score of 0
1 answer
507 views

I am trying to use the Wikimedia Api to get the corresponding Wikimedia Commons category to a specific Wikipedia page. I assume that it is possible as most Wikipedia pages include an "in other ...
Score of 2
1 answer
1052 views

I get some images from Wikidata, but I would like to get more information about the image. By example, I get the image from Paris (Try it!): SELECT ?itemLabel ?wdLabel ?ps_Label ?wdpqLabel ?pq_Label ...
Score of 2
1 answer
672 views

I request Wikidata entities and get their geoshape property (P3896). For example (try it): SELECT ?item ?itemLabel ?geoshape ?geoshapeLabel WHERE { VALUES ?item { wd:Q142 } ?item wdt:P3896 ?...
Score of -1
1 answer
123 views

So, I'm a big fan of Gustave Doré, and I would like to download all his engravings from the Wikimedia Commons folders that are neatly organized. So, given a Wikimedia Commons folder I need to download ...
Score of 0
1 answer
249 views

The query below using the file name of the picture works flawlessly: https://www.mediawiki.org/w/api.php?action=query&prop=globalusage&gulimit=20&titles=File:Ferrari%20Roma%20in%20Basel....
Score of 4
0 answers
113 views

I want to use R to scrape the links contained within a wikimedia category tree and the structure of the tree from here. The code below can open up all the collapsible bullet points library(RSelenium) ...
Score of 1
1 answer
154 views

I'd like to get the file usage on other wikis for a given image on Wikimedia Commons through API. For example the image https://commons.wikimedia.org/wiki/File:2015_Finland_opinion_polls.png is used ...

15 30 50 per page