python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get IMDb IDs of all films in a list page on Wikipedia?
I want to get the IMDb ID of all films in a list page on Wikipedia, for example: https://en.wikipedia.org/wiki/List_of_neo-noir_films
I've tried making a query like this: (instance of: film, genre: ne...
privil
Votes: 0
Answers: 0
How to create dicts dynamically from iterating over a dictionary itself?
I'm using Wikipedia's Pageviews API in Python and I'm trying to get time and views for a list of pages. My idea was to create a dictionary with the wikipedia page (eg. Rome) as key and all the attribu...
WikiTrial99
Votes: 0
Answers: 1
How to get IMDb links of all films in a category page on Wikipedia?
I want to get the IMDb links of all films in a category page on Wikipedia, for example: https://en.wikipedia.org/wiki/Category:American_historical_films. I have heard of Wikidata Query Service and Pet...
privil
Votes: 0
Answers: 1
how to get all links(anchor text) pointing to a particular wikidata entity
I am working on a ML problem for which I need list of all the "anchor text"s whose link points to a particular wikidata entity.
for example : For desired entity "Federal Reserve"(Q...
boredaf
Votes: 0
Answers: 1