Abstract edit

MelonBot builds a list of Users involved in a WikiProject, and a list of pages associated with that project. It then analyses the recent edit history of each page to identify the most recent edit by each User to the project pages. The data is stored as a sortable wikitable to enable project members to easily see active and inactive contributors.

Process edit

  1. Compile a list of users (the "members") by:
    1. Scraping links to the User namespace from a particular page (ie a WikiProject participants list) OR
    2. Reviewing the "Whatlinkshere" for a particular page, and filtering by links to the User namespace
  2. Compile a list of pages (the "watched pages") by:
    1. Scraping links present on another page (ie a Project Watchlist, pages in category, etc) OR
    2. Reviewing the "Whatlinkshere" for another page OR
    3. Including a page, its talk page, and all subpages and sub-talk pages
  3. Review the edit history of each watched page
  4. Search for recent edits by each user made to the watched pages
  5. Thereby generate a list of all members sorted by their most recent edit to the watched pages.

Past runs edit

If you would like to request that statistics be compiled for your project, please contact me at my talk page.