We can use the "all pages" function of the Wikipedia API to pull 500 page titles at once. It also helpfully gives us a continuation point to work from.
all pages call -> 500 page titles -> list of titles -> pull page (x10) -> return to 0
-> continue --------------------------------------------------------^
We can use the "all pages" function of the Wikipedia API to pull 500 page titles at once. It also helpfully gives us a continuation point to work from.
all pages call -> 500 page titles -> list of titles -> pull page (x10) -> return to 0 -> continue --------------------------------------------------------^