Reputation: 6788
I'm trying to use mwlib
(a semi-official Python library) to parse Wikipedia and do some text-mining. So far I've not found any official documentation, and have had to rely on Google, the odd mailinglist post and wading through the source code.
Does anyone know a way of getting a list of Wikipedia articles through mwlib
? Or if there's an alternative way that doesn't use mwlib
that's good too.
Upvotes: 1
Views: 400
Reputation: 244757
Another python library available is wikitools. There is some documentation in pydoc, but it's not much.
Upvotes: 0
Reputation: 49537
I don't know if this will help you but do a quick search for wikipedia
at pypi.
Maybe some of the result may help you.
I stumbled upon mwlib documentation.
Upvotes: 1