0

Here's the link to the latest list of Wikipedia's article titles:

https://dumps.wikimedia.org/enwiki/latest/enwiki-latest-all-titles-in-ns0.gz


But the list is sorted by article titles (from 0-9, A-Z, ...). Now I want the list sorted by pageview ranking. How can I accomplish this?

Word Rearranger
  • 1,306
  • 1
  • 16
  • 25
Audit Lock
  • 27
  • 5

1 Answers1

0

Fetch the pageview dumps, load them into a database, process them (they are split by hour and include all Wikimedia projects so you'll probably want to filter and aggregate), and use that for sorting.

Tgr
  • 27,442
  • 12
  • 81
  • 118