Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
104 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?
Podbrushkin's user avatar
0 votes
1 answer
99 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 ...
wahyu nanda's user avatar
2 votes
1 answer
871 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 ...
briano's user avatar
  • 77
0 votes
1 answer
53 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, ...
Vitaly Zdanevich's user avatar
0 votes
1 answer
276 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 ...
V310RG's user avatar
  • 11
1 vote
1 answer
262 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, ...
Dan Jacobson's user avatar
0 votes
1 answer
492 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 ...
beardedgardener's user avatar
-2 votes
1 answer
206 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 ...
jtstill's user avatar
  • 27
0 votes
1 answer
496 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 ...
Konstantin Lois's user avatar
2 votes
1 answer
1k 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 ...
Guylan DIEU's user avatar
2 votes
1 answer
657 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 ?...
Guylan DIEU's user avatar
-1 votes
1 answer
117 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 ...
user3610033's user avatar
0 votes
1 answer
242 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....
René K's user avatar
  • 406
4 votes
0 answers
110 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) ...
guyabel's user avatar
  • 8,436
1 vote
1 answer
140 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 ...
mimau's user avatar
  • 147

15 30 50 per page