Tagged Questions

0
votes
1answer
27 views

Truncate mediawiki

Hi all, I'm working with the mediawiki API ( e.g. http://en.wikipedia.org/w/api.php) and I would like to be able to 'truncate' the mysql tables in order to reset the local installation while keeping …
8
votes
3answers
194 views

Reverse wikipedia geotagging lookup

Wikipedia is geotagging a lot of its articles. (Look in the top right corner of the page.) Is there any API for querying all geotagged pages within a specified radius of a geographical position? …
0
votes
2answers
77 views

Downloading Images from WikiMedia Commons

Is anyone aware of a way to programatically download images from WikiMedia Commons without registering for a Bot account? It seems like the only way to get approval for a Bot account is if it adds to …
0
votes
1answer
137 views

Recusive transformations using xslt, xpath:document() and mediawiki

I want to use the wikipedia API to find the French pages including the ''Template:Infobox Scientifique'' missing in the english version. So, my idea was to process the following document with xproc: …
-1
votes
2answers
770 views

How to use wikipedia api if it exists?

Hi, I'm trying to find out if there's a wikipedia api (I Think it is related to the mediawiki?). If so, I would like to know how I would tell wikipedia to give me an article about the new york …
0
votes
1answer
220 views

Which Google API search module for Perl?

Which Google API search module for Perl do you recommend? REST::Google::Search http://search.cpan.org/~ejs/REST-Google-1.0.5/lib/REST/Google/Search.pod or Google::Search …
2
votes
2answers
1k views

c# WebRequest to connect to wikipedia API

Hey, This may be a pathetically simple problem but I cannot seem to format the post webrequest/response to get data from the wikipedia api. I have posted my code below if anyone can help me see my …
4
votes
2answers
2k views

Is there a Wikipedia API?

On my Wikipedia user page, I run a Wikipedia script that displays my statistics (number of pages edited, number of new pages, monthly activity etc.). I'd like to put this info on my blog. Can …