On 03/21/2013 05:13 PM, John R. Frank wrote:
Hi PyWikipedians,
Is there a simple way to get a list of pages created on a particular date?
I was hoping to find something in pagegenerators, but maybe not?
Thanks for any pointers! John
no simple way but you can investigate those methods from Page class: getVersionHistory : Load the version history information from wiki getVersionHistoryTable: Create a wiki table from the history data fullVersionHistory : Return all past versions including wikitext
masti