Consider the tags wikipedia-api (or the more general mediawiki-api) and mediawiki.
On my Wikipedia user page, I run a Wikipedia script that displays my statistics (number of pages edited, number of …
api wikipedia mediawiki-apiI need just to retrieve first paragraph of a Wikipedia page. Content must be html formated, ready to be displayed …
api wikipedia wikipedia-apiI'm studying the wikipedia API, some demo api call What is the pageid? How do I change it into a …
wikipedia wikipedia-apiI'm trying to find out if there's a wikipedia api (I Think it is related to the mediawiki?). If so, …
api mediawiki wikipedia wikipedia-api mediawiki-apiHow can I extract the first paragraph from a Wikipedia article, using Python? For example, for Albert Einstein, that would …
python wikipediaI'd like to write a script that gets the Wikipedia description section only. That is, when I say /wiki bla …
python mediawiki wikipedia wikipedia-api mediawiki-apiI want to search Wikipedia using the query action. I am using this url: http://en.wikipedia.org/w/api.…
json mediawiki wikipedia wikipedia-api mediawiki-apiI am looking to download full Wikipedia text for my college project. Do I have to write my own spider …
text wikipedia web-crawler information-retrievalI try to fetch a Wikipedia article with Python's urllib: f = urllib.urlopen("http://en.wikipedia.org/w/index.php?…
python urllib2 user-agent wikipedia http-status-code-403