User:AfDStatBot
This user account is a bot operated by Staeiou (talk). It is used to make repetitive automated or semi-automated edits that would be extremely tedious to do manually, in accordance with the bot policy. The bot is currently inactive but retains the approval of the community. Administrators: if this bot is malfunctioning or causing harm, please block it. |
Emergency bot shutoff button
Administrators: Use this button if the bot is malfunctioning. (direct link)
Non-administrators can a malfunctioning bot to Wikipedia:Administrators' noticeboard/Incidents.
This user is a bot | |
---|---|
(talk · contribs) | |
Operator | Staeiou |
Author | Staeiou |
Approved? | Yes, RFBA |
Flagged? | [Yes http://en.wikipedia.org/w/index.php?title=Special%3AListUsers&username=AfDStatBot&group=bot&limit=1] |
Task(s) | Generates lists of currently open and recently closed AfDs, and lists and notifications for AfDers |
Edit rate | 12 edits/minute max (5 seconds between edits) |
Edit period(s) | Indefinitely |
Automatic or manual? | Automatic |
Programming language(s) | PHP - SxWiki classes |
Exclusion compliant? | No |
This bot posts new and closed AfDs on Twitter and maintains a list of currently active and recently-closed AfDs at User:AfDStatBot/AfDStats, as well as some statistics. It also informs AfD participants in two ways: first, leaving a talk page message for nominators when their AfD is closed, and second, generating an up-to-date list of all the open and recently closed AfDs a user has participated in. These features are by request/opt-in only.
Editing
[edit]AfDStats
[edit]The bot runs once every thirty minutes and updates one page if necessary: User:AfDStatBot/AfDStats. Because the tables include the number of participants in each open AfD, these pages are almost always updated each time it runs.
User Notifications and Lists
[edit]The bot would also make as many as two edits every thirty minutes for as many as users request updates to be sent to their user talk page and/or at a user subpage. The request list is at User:AfDStatBot/Requests. These are made at a max rate of one every five seconds.
It only needs to update the user's subpage after a user participates in an AfD for the first time or if an AfD s/he has participated in has closed. Nominator talk page notifications are less frequent because only one of them is made for each closed AfD.
For the ten most active AfDers, a simulation run over 48 hours indicates that 234 updates would be made to the subpages of these users. On average, that is about one edit ever 30 minutes for each highly-active AfDer who signs up. Note that this was done when the update interval was every 10 minutes, and this rate will go down now that it is changed to every 30 minutes.
Algorithm
[edit]- Login
- Get list of users who requested notification at User:AfDStatBot/Requests
- Get list of current AfD debates via Category:AfD_debates
- Compare list of current debates to stored list
- For new debates:
- Get AfD page (current revision)
- Get nominated page (revision prior to nomination)
- Parse for stats
- Post to twitter
- For existing debates:
- Get AfD page (current revision, only if updated)
- Parse for stats
- For closed debates:
- Get AfD page (current revision)
- Parse for stats
- Post to twitter
- Post message on nominator's page if nominator requested notification
- For new debates:
- Generate info tables for User:AfDStatBot/AfDStats:
- Open AfDs, fields: Article, Nomination date, Number of Participants, Nominator
- Recently closed AfDs (last 150), fields: Article, Result, Nomination date, Close Date, Number of Participants, Nominator, Closer
- AfD closing stats for recently closed AfDs
- AfD closing stats for all AfDs in database
- Post only if updated
- Generate info tables for users who requested user page updates
- Open AfDs user has participated in, fields: Article, User's !Vote, Nomination date, Nominator
- Recently closed AfDs user has participated in, fields: Article, Result, User's !Vote, Nomination date, Close date, Number of Participants, Nominator, Closer
- User's AfD participation stats
- Post to subpage of user page only if updated