Jump to content

WikiFeed/mockup/Algorithm/NumEdits

From Meta, a Wikimedia project coordination wiki
#number of edits that target article has had in the past 24 hours
    @staticmethod
    def revision_count(page):
        return len(page.get("revisions", []))