I am trying to comb through Wikipedia articles and want the following information on each article:
Content in plain text, links, redirects (titles of pages that redirect to current page), and metadata (page views and edits on monthly basis)
The MediaWiki API is very comprehensive but is also quite dense since it is made for editing pages. I have tried both the Wikipedia and mwclient modules, but these do not have the metadata available. Is there another available tool that gives the read-only functionality of the API without the overhead of the API?