Tagged Questions

8
votes
3answers
172 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 geograp …
0
votes
1answer
24 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 installa …
0
votes
2answers
66 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 accou …
0
votes
1answer
123 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 d …
-1
votes
2answers
642 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 abo …
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 …
0
votes
1answer
199 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 http:// …
4
votes
2answers
1k 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 …