User:DumbBOT

From Wikipedia, the free encyclopedia

This user account is a bot operated by Tizio (talk).

It is not a sock puppet, but rather an automated or semi-automated account for making repetitive edits that would be extremely tedious to do manually.
Administrators: if this bot is malfunctioning or causing harm, please block it.


[edit] Bot functions

  1. creates categories such as Category:Proposed deletion as of 30 March 2007
  2. list incomplete AfD nominations at User:DumbBOT/IncompleteAfD
  3. complete nominations when the AfD subpage exists but is not listed
  4. creates a summary of the articles tagged WP:PROD at /ProdSummary
  5. list articles that are tagged {{copyvio}} but not listed
  6. maintain User:DumbBOT/RfArSummary and User:DumbBOT/UsernameChange
  7. removes protection templates from non-protected templates

[edit] Bot internals

  1. the WP:PROD daily categories are created for the days from yesterday for four days. These categories are created only if they do not exist already. The content of each newly created category is {{subst:Prod subcategory starter}}. It has a 30 sec delay between creation of each category
  2. the the list of incomplete AfDs is generated as follows (this function is not scheduled):
    1. the whole category Category:Articles for deletion is downloaded (this requires multiple downloads)
    2. the list of article is extracted, downloaded as a single export, and broke down in a local directory
    3. from the content of this directory, the pages not linking to the AfD category and the pages not containing a link to the AfD debate is computed
    4. the list of AfD subpages is created; these subpages are downloaded as a single export and broke down in a local directory
    5. comparing the list of subpages with the list of downloaded subpages, the list of non-existent subpages is created
    6. for every subpage, it is determined whether it is a redirect (in which case the target is downloaded), and whether it is listed in the page of debates of a day
  3. the unlisted afds are listed:
    1. the pages linking to each is downloaded to check whether the subpage is still unlisted
    2. for every subpages, it is checked whether the header ==[[pagename]]== is present; if not it is added; also added is a note that the AfD was incomplete, with a link to the correct procedure
    3. the wikicode to add to the afd of the day the incomplete nominations is generated (this is added manually)
  4. the prod summary is created by:
    1. downloading the list of articles in Category:All_articles_proposed_for_deletion
    2. downloading all articles in the category
    3. getting the data from the {{dated prod}} template
  5. the copyvio completion is done by:
    1. downloading the list of articles in Category:Possible copyright violations
    2. downloading Wikipedia:Copyright_problems and linked subpages
    3. finding the articles that are in the first list but not in the second
    4. downloading these articles, and getting the url argument of the {{copyvio}} template

[edit] Bot description

  1. It is a bash script using sed, awk, grep, and curl.
  2. The AfD part is manually run
  3. The prod cat creation is done at It runs at 15:50 every day, local time
  4. The prod cat part will be run until the toolserver gets the updates for winien again; it will be run for future periods of unavailability of the toolserver
In other languages