vote up 0 vote down star

Hi, I'm looking for a script that can convert the XML wikipedia DUMP in MySQL compliant SQL. I've found a ready SQL dump for the english version but no easy way to import the other languages.

Thanks,

Piero

flag

2 Answers

vote up 0 vote down

Wikipedia has an API

You can use this API to iterate over the articles and to download each page.

link|flag
This was my original idea infact I was looking for a "ready" script that could do this.. – PieroP May 25 at 20:59
vote up 1 vote down

Per wikipedia's own page on the subject (well worth studying), help for importing wikipedia xml dumps to mysql is found on this mediawiki page .

link|flag
Thanks for the pointer, but as far as I've understood it will import the Mediawiki format while I'm intrested in the Html content so I'll need something that works with the results... – PieroP May 25 at 20:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.