Is there a way to download a list of all Wikipedia categories?
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
migrated from superuser.com Jun 18 '11 at 11:29
|
You can download the Wikpedia categories from here. Here is the latest categories in SQL format. This is a duplicate of this SO question. |
|||
|
|
|
This is really a general MediaWiki question, not a Wikipedia question, since there's nothing special about Wikipedia in this regard. There is a stable, documented, way to obtain a list of all categories from a MediaWiki server. It is documented in the MediaWiki API documentation. You simply need to write, or obtain, a tool that makes use of this protocol. |
|||
|
|